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

Added azure keyvault functionality #20

Merged
merged 5 commits into from
Apr 27, 2020

Conversation

vajura
Copy link
Contributor

@vajura vajura commented Apr 22, 2020

Naming conventions problems:

  • Arguments vault-prefix, vault-mapping, should those be left as is? Since they now also apply to azure keyvault and the naming would be more clear if it was just prefix and mapping. But this would break backwards compatibility so maybe leave those two and add prefix, mapping as new arguments that do the same thing?
  • I named the new function for azure keyvault azure since i think it would be more confusing to name it keyvault because we already have vault. Again because of backwards compatibility don't think we should change vault.

README.md Show resolved Hide resolved
internal/world/azure.go Outdated Show resolved Hide resolved
internal/world/azure.go Show resolved Hide resolved
internal/world/azure.go Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
cmd/tpl/main.go Outdated Show resolved Hide resolved
internal/world/azure.go Show resolved Hide resolved
Co-Authored-By: Nighthawk22 <zollneritsch@gmail.com>
@Nighthawk22 Nighthawk22 linked an issue Apr 22, 2020 that may be closed by this pull request
Copy link
Owner

@zerok zerok left a comment

Choose a reason for hiding this comment

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

Looking good, thank you :) Just a couple of suggestions to make the new addition not interfere with existing functionality :)

internal/world/world.go Outdated Show resolved Hide resolved
internal/world/world.go Outdated Show resolved Hide resolved
internal/world/world_test.go Outdated Show resolved Hide resolved
internal/world/azure.go Outdated Show resolved Hide resolved
cmd/tpl/main.go Outdated Show resolved Hide resolved
@zerok zerok merged commit 34946f4 into zerok:master Apr 27, 2020
@zerok
Copy link
Owner

zerok commented Apr 27, 2020

Thank you :)

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 keyvault support
4 participants