Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Key Vault Secrets Officer to Cluster Service MSI #550

Closed
wants to merge 1 commit into from

Conversation

janboll
Copy link
Collaborator

@janboll janboll commented Sep 2, 2024

What this PR does

Jira:
Link to demo recording:

Special notes for your reviewer

@@ -267,6 +267,19 @@ module csServiceKeyVaultAccess '../modules/keyvault/keyvault-secret-access.bicep
]
}

module csServiceKeyVaultCertAccess '../modules/keyvault/keyvault-secret-access.bicep' = {
name: guid(serviceKeyVaultName, 'cs', 'cert', 'read')
Copy link
Collaborator

@JameelB JameelB Sep 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what difference does the cert make here in comparison to the above? is this just a unique id? Cause the configuration is exactly the same as csServiceKeyVaultAccess which was added in #300

@janboll
Copy link
Collaborator Author

janboll commented Sep 3, 2024

looks like not needed after all

@janboll janboll closed this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants