Skip to content

Conversation

migmartri
Copy link
Member

@migmartri migmartri commented Oct 14, 2023

Update Helm Chart to support configuring Azure KeyVault, depends on #388

This is the result of adding the following configuration to the values.yaml file

secretsBackend:
  backend: azureKeyVault
  azureKeyVault:
    tenantID: [REDACTED]
    clientID: [REDACTED]
    clientSecret: [REDACTED]
    vaultURI: https://[REDACTED].vault.azure.net/

image

Closes #357

Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
@migmartri migmartri requested review from gr0 and danlishka October 14, 2023 16:42
Copy link
Member

@danlishka danlishka left a comment

Choose a reason for hiding this comment

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

LGTM

@migmartri migmartri merged commit a344ad4 into chainloop-dev:main Oct 16, 2023
@migmartri migmartri deleted the azure-key-vault-chart branch October 16, 2023 14:01
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.

Azure Blob Storage support in CAS
2 participants