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

docs: Allow TriggerAuthentication Defaults via ENV variables for HashiCorp Vault #1262

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BojanZelic
Copy link
Contributor

This PR sets vault defaults if specified via ENV variables. When configuring the operator, you can set ENV variables so users don't have to redefine vault settings every time they use vault authentication;

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)

Fixes # kedacore/keda#4965

Relates To: kedacore/keda#5196

Signed-off-by: Bojan Zelic <bnzelic@gmail.com>
@BojanZelic BojanZelic requested a review from a team as a code owner November 21, 2023 00:12
Copy link

netlify bot commented Nov 21, 2023

Deploy Preview for keda ready!

Name Link
🔨 Latest commit 9f22a0a
🔍 Latest deploy log https://app.netlify.com/sites/keda/deploys/655bf67564d58000083fa847
😎 Deploy Preview https://deploy-preview-1262--keda.netlify.app/docs/2.13/authentication-providers/hashicorp-vault
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

Thank you for your contribution! 🙏 We will review your PR as soon as possible.

While you are waiting, make sure to:

  • Add your contribution to all applicable KEDA versions
  • GitHub checks are passing
  • Is the DCO check failing? Here is how you can fix DCO issues

Learn more about:

Signed-off-by: Bojan Zelic <bnzelic@gmail.com>
@tomkerkhove tomkerkhove changed the title Vault: Allow TriggerAuthentication Defaults via ENV variables docs: Allow TriggerAuthentication Defaults via ENV variables for HashiCorp Vault Nov 21, 2023
authentication: token | kubernetes # Required.
role: {hashicorp-vault-role} # Optional.
mount: {hashicorp-vault-mount} # Optional.
address: {hashicorp-vault-address} # Optional. (env - $VAULT_ADDR)
Copy link
Member

Choose a reason for hiding this comment

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

@JorTurFer Is this the format we usually use?

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.

2 participants