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

Use kid as args for the kms plugin #126

Open
aramase opened this issue Mar 29, 2022 · 0 comments
Open

Use kid as args for the kms plugin #126

aramase opened this issue Mar 29, 2022 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@aramase
Copy link
Member

aramase commented Mar 29, 2022

Instead of getting the key vault name, key name and key version in 3 separate flags, we can get that information with --kid

keyvaultName = flag.String("keyvault-name", "", "Azure Key Vault name")
keyName = flag.String("key-name", "", "Azure Key Vault KMS key name")
keyVersion = flag.String("key-version", "", "Azure Key Vault KMS key version")

Example kid https://kindkv.vault.azure.net/keys/k8s/cfde4c4930bd418c8638458890c4cd7b. We can get the keyvault name, resource identifier, key name and version from this kid.

@aramase aramase added the enhancement New feature or request label Mar 29, 2022
@aramase aramase modified the milestone: v0.3.0 Mar 29, 2022
@salaxander salaxander added this to the 0.4.0 milestone Jun 10, 2022
@salaxander salaxander added this to Backlog in Roadmap Jun 10, 2022
@salaxander salaxander moved this from Backlog to To do in Roadmap Jun 13, 2022
@aramase aramase removed this from the v0.4.0 milestone May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
To do
Development

No branches or pull requests

2 participants