-
Notifications
You must be signed in to change notification settings - Fork 479
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_provider #214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this PR @zioproto , almost LGTM except some tiny questions.
I'll test this pr on our CI branch.
variables.tf
Outdated
type = bool | ||
default = false | ||
nullable = false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove this blank line please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
19d7426
to
3130378
Compare
Hi @zioproto , the pr has conflict with master branch since we've merged some prs today, would you please solve it? Thanks! |
3130378
to
785fa23
Compare
Done ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zioproto, LGTM!
Add support for the argument
key_vault_secrets_provider
:https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#key_vault_secrets_provider
https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver
Note that the output for this feature was already implemented in the
output.tf
file.Fixes #210