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 support for vaultUrl in azure keyvault plugin #60

Merged
merged 5 commits into from
Mar 2, 2023

Conversation

anatbal
Copy link
Contributor

@anatbal anatbal commented Mar 2, 2023

Currently, the Azure Key Vault plugin enforces that the URL of the vault must follow the format of "https://%s.vault.azure.net".
A new configuration parameter called "vaultURL" has been added in this pull request. This new parameter allows for the possibility of other suffixes to be used, thereby enabling support for multiple clouds, such as the government cloud.
It's worth noting that the "vault" parameter will still be available, but its value will be overridden by the "vaultURL" parameter if exists.

Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

Looks good! I just have one small edit to the docs

README.md Outdated Show resolved Hide resolved
anatbal and others added 4 commits March 2, 2023 16:40
Signed-off-by: Anat Balzam <13421451+anatbal@users.noreply.github.com>
Signed-off-by: Anat Balzam <13421451+anatbal@users.noreply.github.com>
Signed-off-by: Anat Balzam <13421451+anatbal@users.noreply.github.com>
Co-authored-by: Carolyn Van Slyck <me@carolynvanslyck.com>
Signed-off-by: Anat Balzam <13421451+anatbal@users.noreply.github.com>
@anatbal anatbal force-pushed the feature/keyvault-url-param branch from 2816161 to a37b6f2 Compare March 2, 2023 16:40
@anatbal anatbal requested review from carolynvs and removed request for simongdavies, sgettys and bdegeeter March 2, 2023 16:41
@anatbal
Copy link
Contributor Author

anatbal commented Mar 2, 2023

@carolynvs Thanks! I fixed the docs with your suggestion

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
Copy link
Member

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

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

Thank you for the fix! 🎉

@carolynvs carolynvs enabled auto-merge March 2, 2023 16:54
@carolynvs carolynvs merged commit 90cfd01 into getporter:main Mar 2, 2023
@carolynvs
Copy link
Member

Your fix is now available in the v1.2.0 release: https://github.com/getporter/azure-plugins/releases/tag/v1.2.0

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.

None yet

2 participants