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_provider #214

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

zioproto
Copy link
Contributor

@zioproto zioproto commented Jul 7, 2022

Add support for the argument key_vault_secrets_provider:

Note that the output for this feature was already implemented in the output.tf file.

Fixes #210

Copy link
Member

@lonegunmanb lonegunmanb left a 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

Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@zioproto zioproto force-pushed the azure-keyvault-csi-driver branch 2 times, most recently from 19d7426 to 3130378 Compare July 7, 2022 16:23
@lonegunmanb
Copy link
Member

Hi @zioproto , the pr has conflict with master branch since we've merged some prs today, would you please solve it? Thanks!

@zioproto zioproto force-pushed the azure-keyvault-csi-driver branch from 3130378 to 785fa23 Compare July 8, 2022 09:59
@zioproto
Copy link
Contributor Author

zioproto commented Jul 8, 2022

Hi @zioproto , the pr has conflict with master branch since we've merged some prs today, would you please solve it? Thanks!

Done !

Copy link
Member

@lonegunmanb lonegunmanb left a comment

Choose a reason for hiding this comment

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

Thanks @zioproto, LGTM!

@lonegunmanb lonegunmanb merged commit efcb4fc into Azure:master Jul 8, 2022
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.

The AKS module does not support the key_vault_secrets_provider feature
2 participants