-
Notifications
You must be signed in to change notification settings - Fork 347
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
feat: Add the creation of Microsoft.KeyVault/vaults/secrets
in Sql Server Module - avm/res/sql/server
#2859
Conversation
@AlexanderSehr, @eriqua this PR changes the workflow for the module towards OIDC, but i am aware @eriqua has a PR due to sort this across all modules. Can you advise what we do here. Also @jianingwang123 & @jongio as per my comment here is there any chance you or the team want to take ownership of this module? |
I'm pinging some people to see if we can find an owner. |
.github/actions/templates/avm-validateModuleDeployment/action.yml
Outdated
Show resolved
Hide resolved
OIDC
Correct. OIDC should not be part of a module PR given that it's a CI topic |
Im not sql server module owner anymore |
Hi @jianingwang123, after a few iterations, the bicep secrets export spec has finally been finalized. You can find the schema published here. Would you be available to review it and leverage it to drive this PR to closure? |
@jianingwang123 Please reach out if any support is needed. |
@AlexanderSehr and @eriqua, I have updated based on the bicep secrets export spec. Please help review. |
@ReneHezser Thank you for your guidance. I have updated branch and re-ran the Set-AVMModule utility. |
Hey @peterbud and @emichellecarter, please give this PR a look when you get the chance :) Looks good to me. Thank you for the great work @jianingwang123 💪 |
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!
Description
Fixes #2608
Set
azure/login@v2
to use federated credential. (Due to some security policies, we are currently unable to use client secret for azure login. After completing all changes to this PR, we will restore the login method. This is currently only for testing the github pipeline.)Pipeline Reference
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.@jongio - for notification.