We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5acf40 commit ff0a765Copy full SHA for ff0a765
2 files changed
credhub.yml
@@ -55,6 +55,7 @@
55
client_id: director_to_credhub
56
client_secret: ((uaa_clients_director_to_credhub))
57
url: https://((internal_ip)):8443
58
+ public_key: ((uaa_jwt_signing_key.public_key))
59
url: https://((internal_ip)):8844/api/
60
- path: /instance_groups/name=bosh/jobs/name=uaa/properties/uaa/clients/director_to_credhub?
61
type: replace
misc/config-server.yml
@@ -38,6 +38,7 @@
38
ca_cert: ((uaa_ssl.ca))
39
client_id: director_config_server
40
client_secret: ((director_config_server_client_secret))
41
42
43
# Configure UAA
44
- type: replace
0 commit comments