Support multiple Key Vaults in one instance of AcmeBot #1251
gummigroda
started this conversation in
Ideas
Replies: 2 comments
|
I also desire this feature, and ideally we could set what KV the certificate is sent to when we go through the Issue Certificate dialog Advanced Options. |
0 replies
|
@shibayan, would this be possible or is it a "large" redesign? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We'ed like support for multiple Key Vaults from one instance of AcmeBot, as we have the need to put certificates in different KV's and don't want to install one AcmeBot environment for each KV.
The idea would be:
This would allow for distributed certificate management without the downside of "role assignment spree" or "scripted certificate replication automation".
The ARG dataset returned is dependent on the permissions given to the MI assigned to AcmeBot, which makes it easy to add and remove Key Vaults that AcmeBot should handle.
(The same approach could be used for the subscription ID's needed for the Azure handled DNS Zones, as some might not store them in the same subscription. Replaces
Acmebot__AzureDns__SubscriptionIdenvironment variable)All reactions