-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Non-public cloud support for Azure Key Vault. #2827
Conversation
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Might be good to align the cloud information with scalers maybe? What about this? -cloudInfo: # Optional
+cloud:
type: private # Required
- keyVaultResourceURL: <key-vault-resource-url-for-cloud> # Required when type = private
+ keyVaultResourceUri: <key-vault-resource-url-for-cloud> # Required when type = private
- activeDirectoryEndpoint: <active-directory-endpoint-for-cloud> # Required when type = private
+ activeDirectoryUri: <active-directory-endpoint-for-cloud> # Required when type = private |
Can you open a PR for our docs and link it in this PR please? This is why I tend to use "relates to" instead of "fixes" as we always need a link without closing on this PR. |
Was away for some time, am writing the docs as we speak. I don't get the second part of your comment, can you elaborate a bit? |
Doc PR - kedacore/keda-docs#732 |
…ion. Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Changed Didn't change the |
Fine by me! |
Neermind the second part! |
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
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.
LGTM
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.
LGTM
Thanks for this improvement! ❤️ |
Signed-off-by: Vighnesh Shenoy vshenoy@microsoft.com
Azure Key Vault now supports non-public clouds via the
cloud
parameter.Sample TriggerAuthentication definition with keyvault.
Documentation PR - kedacore/keda-docs#732
Checklist
Relates to #2733