-
Notifications
You must be signed in to change notification settings - Fork 361
How to curl v4 internal endpoints with mtls
Tim Downey edited this page Apr 15, 2019
·
4 revisions
- ssh onto the diego api vm and cd into
/var/vcap/jobs/bbs/config/certs
. - run
curl --cacert ca.crt --key server.key --cert server.crt https://cloud-controller-ng.service.cf.internal:9023/internal/v4/<insert your endpoint here> -v
-
Pipelines
-
Contributing
- Tips and Tricks
- Cloud Controller API v3 Style Guide
- Playbooks
- Development configuration
- Testing
-
Architectural Details
-
CC Resources
- Apps
- Audit Events
- Deployments
- Labels
- Services
- Sidecars
-
Dependencies
-
Troubleshooting
- Ruby Console Script to Find Fields that Cannot Be Decrypted
- Logging database queries in unit tests
- Inspecting blobstore cc resources and cc packages(webdav)
- How to Use USR1 Trap for Diagnostics
- How to Perf: Finding and Fixing Bottlenecks
- How to get access to mysql database
- How To Get a Ruby Heap Dumps & GC Stats from CC
- How to curl v4 internal endpoints with mtls
- How to access Bosh Director console and restore an outdated Cloud Config
- Analyzing Cloud Controller's NGINX logs using the toplogs script
-
k8s
-
Archive