Pass jwt signing key to consumers#515
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the BOSH director’s config_server UAA configuration in the ops files so that the UAA JWT signing public key is explicitly provided alongside the existing client credentials. This supports consumers that need the UAA public key available in the director’s config-server/UAA settings.
Changes:
- Add
public_key: ((uaa_jwt_signing_key.public_key))under/instance_groups/name=bosh/properties/director/config_server/uaainmisc/config-server.yml. - Add
public_key: ((uaa_jwt_signing_key.public_key))under/instance_groups/name=bosh/properties/director/config_server/uaaincredhub.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| misc/config-server.yml | Passes UAA JWT public key into the director’s config-server UAA config for the config-server deployment scenario. |
| credhub.yml | Passes UAA JWT public key into the director’s config-server UAA config for the CredHub-as-config-server scenario. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.