curl 'http://www.example.com/api/workgroup/exists' \
-H 'Connection: keep-alive' \
-H 'Pragma: no-cache' \
-H 'Cache-Control: no-cache' \
-H 'accept: application/json' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36' \
-H 'Referer: http://www.example.com/' \
-H 'Accept-Language: en-US,en;q=0.9' \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCd8ADGaopEIoh/wZQXeYoeu9ppFO1SIVE076XzLsR29b0xUzQxfiClNmT3dN6lJ/MsoJPGMxodVK/bFed2oTmsgggydQyYsDNBQ6QA6a9SCBiY+PakpdFGe7V+XJfMpwWp1QbHYDLqoOFCJV88MqtOCZeZECe8arBGXFntmNQNmXqrXQ2W4cOD2ShFt1N7jKRtmZRdqDMayCdAYb0fyWagRux+033Tq6x0FG371MKE7fW1Jo64ZZh/B3kTVPue9ft/Uvc3kEcJtY3p+W629ZsCTWNrZ3JXn0xp+HXYw/lN9Gh1AWlEYl0HIJz8Km6YPeT0dU53fs6uJfNOZNPUOz3BWCn4zuU2GvkT+lhFprX8gqMSdbmcDZnobcM3aD0ipUlAwPVFGWqxhVQWW01OZJ7wjgFvpUZDN5UhbL96awhyAUJgheFUMSgSSC26boxRAWGaymOr8LrTBZAS1WfoPDZ0VzZ4sZOcZD+m2I4RYgoTre5QVQTeRxtoxnI9716kTMvVgPSGbJNsp8xlbNR6Ii1WX/nA9nEvtGwouy7odd7BfhWu92Yb/98vGj048k3WJ3N3NK4jBHaWqbvH+U3/7U6JpF6C/nzM1zvl/sJH1/KvbBahivK5zdHewi1sTTeQlqEUEHrlK89dZNpy+f+SWeJdLLqHdiNwmgaXk0c6ARWyAQ== berinle@gmail.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole | |
| metadata: | |
| name: psp:privileged | |
| rules: | |
| - apiGroups: ['policy'] | |
| resources: ['podsecuritypolicies'] | |
| verbs: ['use'] | |
| resourceNames: | |
| - vmware-system-privileged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export TKG_CUSTOM_IMAGE_REPOSITORY_CA_CERTIFICATE="LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURyekNDQXBlZ0F3SUJBZ0lRQ0R2Z1ZwQkNSckdoZFdySldaSEhTakFOQmdrcWhraUc5dzBCQVFVRkFEQmgKTVFzd0NRWURWUVFHRXdKVlV6RVZNQk1HQTFVRUNoTU1SR2xuYVVObGNuUWdTVzVqTVJrd0Z3WURWUVFMRXhCMwpkM2N1WkdsbmFXTmxjblF1WTI5dE1TQXdIZ1lEVlFRREV4ZEVhV2RwUTJWeWRDQkhiRzlpWVd3Z1VtOXZkQ0JEClFUQWVGdzB3TmpFeE1UQXdNREF3TURCYUZ3MHpNVEV4TVRBd01EQXdNREJhTUdFeEN6QUpCZ05WQkFZVEFsVlQKTVJVd0V3WURWUVFLRXd4RWFXZHBRMlZ5ZENCSmJtTXhHVEFYQmdOVkJBc1RFSGQzZHk1a2FXZHBZMlZ5ZEM1agpiMjB4SURBZUJnTlZCQU1URjBScFoybERaWEowSUVkc2IySmhiQ0JTYjI5MElFTkJNSUlCSWpBTkJna3Foa2lHCjl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE0anZoRVhMZXFLVFRvMWVxVUtLUEMzZVF5YUtsN2hMT2xsc0IKQ1NETUFaT25UakMzVS9kRHhHa0FWNTNpalNMZGh3WkFBSUVKenM0Ymc3L2Z6VHR4UnVMV1pzY0ZzM1luRm85NwpuaDZWZmU2M1NLTUkydGF2ZWd3NUJtVi9TbDBmdkJmNHE3N3VLTmQwZjNwNG1WbUZhRzVjSXpKTHYwN0E2RnB0CjQzQy9keEMvL0FIMmhkbW9SQkJZTXFsMUdOWFJvcjVINGlkcTlKb3orRWtJWUl2VVg3UTZoTCtocWtwTWZUN1AKVDE5c2RsNmdTemVSbnR3aTVtM09GQnFPYXN2K3piTVVaQmZIV3ltZU1yL3k3dnJUQzBMV |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: backstage.io/v1alpha1 | |
| kind: Component | |
| metadata: | |
| name: spring-sensors-rmq | |
| description: Spring Sensors with RMQ | |
| tags: | |
| - app-accelerator | |
| - java | |
| - spring | |
| - tanzu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole | |
| metadata: | |
| name: psp:privileged | |
| rules: | |
| - apiGroups: ['policy'] | |
| resources: ['podsecuritypolicies'] | |
| verbs: ['use'] | |
| resourceNames: | |
| - vmware-system-privileged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| labels: | |
| app: nginx | |
| name: nginx | |
| spec: | |
| replicas: 3 | |
| selector: | |
| matchLabels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fetch: | |
| - image: | |
| url: projects.registry.vmware.com/tkg/tkg-extensions-templates:v1.3.1_vmware.1 | |
| serviceAccountName: contour-extension-sa | |
| syncPeriod: 5m0s | |
| template: | |
| - ytt: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const swaggerJsdoc = require("swagger-jsdoc"); | |
| const options = { | |
| definition: { | |
| openapi: "3.0.0", | |
| info: { | |
| title: "LogRocket Express API with Swagger", | |
| version: "0.1.0", | |
| description: | |
| "This is a simple CRUD API application made with Express and documented with Swagger", | |
| license: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| issuer: http://dex.auth.svc.cluster.local:5556/dex | |
| storage: | |
| type: kubernetes | |
| config: | |
| inCluster: true | |
| web: | |
| http: 0.0.0.0:5556 | |
| logger: | |
| level: "debug" | |
| format: text |