We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. Would be nice to implement also NewAuthorizerFromCLIWithResource from sdk ( CLI authentication ) like in https://github.com/variantdev/vals/blob/master/pkg/providers/azurekeyvault/azurekeyvault.go This will allow us to use az login && kustomize build .
NewAuthorizerFromCLIWithResource
az login && kustomize build .
The text was updated successfully, but these errors were encountered:
Hello! Thanks for the idea, I will add this feature!
Sorry, something went wrong.
@bbl Thanks. MSI is also important. ( This would be suitable for ArgoCD )
Add advanced azure authorization workflow #6
a2d8dbe
1882c64
Added both into the v0.0.2 release. You'll need to update the binary in your kustomize plugin folder.
Closing this for now, please feel free to reopen if you have any questions!
bbl
No branches or pull requests
Hello. Would be nice to implement also
NewAuthorizerFromCLIWithResource
from sdk ( CLI authentication ) like in https://github.com/variantdev/vals/blob/master/pkg/providers/azurekeyvault/azurekeyvault.goThis will allow us to use
az login && kustomize build .
The text was updated successfully, but these errors were encountered: