feat(infisical): Kubernetes, AWS, and token auth methods#5080
Merged
Skarlso merged 13 commits intoexternal-secrets:mainfrom Aug 12, 2025
Merged
feat(infisical): Kubernetes, AWS, and token auth methods#5080Skarlso merged 13 commits intoexternal-secrets:mainfrom
Skarlso merged 13 commits intoexternal-secrets:mainfrom
Conversation
* update dependencies Signed-off-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> * fix: remove openapi update that is causing build problems Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Signed-off-by: Daniel Hougaard <daniel@infisical.com>
Signed-off-by: Daniel Hougaard <daniel@infisical.com>
Signed-off-by: Daniel Hougaard <daniel@infisical.com>
Signed-off-by: Daniel Hougaard <daniel@infisical.com>
Signed-off-by: Daniel Hougaard <daniel@infisical.com>
Signed-off-by: Daniel Hougaard <daniel@infisical.com>
628e9c2 to
dcc5125
Compare
Signed-off-by: x032205 <x032205@gmail.com>
Contributor
Author
|
Hi @Skarlso, just bumping this. |
Skarlso
approved these changes
Aug 11, 2025
Contributor
Contributor
|
@DanielHougaard Yes, the Trivy check we fixed upstream. I'm updating the branch, let's see if that fixed things. |
Skarlso
approved these changes
Aug 12, 2025
|
5 tasks
alliseeisgold
pushed a commit
to alliseeisgold/external-secrets
that referenced
this pull request
Aug 25, 2025
…crets#5080) * chore: update dependencies (external-secrets#5031) * update dependencies Signed-off-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> * fix: remove openapi update that is causing build problems Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Signed-off-by: Daniel Hougaard <daniel@infisical.com> * feat(provider/infisical): auth methods Signed-off-by: Daniel Hougaard <daniel@infisical.com> * make reviewable Signed-off-by: Daniel Hougaard <daniel@infisical.com> * test Signed-off-by: Daniel Hougaard <daniel@infisical.com> * Update provider.go Signed-off-by: Daniel Hougaard <daniel@infisical.com> * Update provider.go Signed-off-by: Daniel Hougaard <daniel@infisical.com> * Add Token, Kubernetes, and AWS auth to Infisical Signed-off-by: Daniel Hougaard <daniel@infisical.com> * generate bundle Signed-off-by: x032205 <x032205@gmail.com> --------- Signed-off-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Signed-off-by: Daniel Hougaard <daniel@infisical.com> Signed-off-by: x032205 <x032205@gmail.com> Co-authored-by: eso-service-account-app[bot] <85832941+eso-service-account-app[bot]@users.noreply.github.com> Co-authored-by: External Secrets Operator <ExternalSecretsOperator@users.noreply.github.com> Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Daniel Hougaard <daniel@infisical.com> Co-authored-by: Gergely Brautigam <skarlso777@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Problem Statement
We're adding Kubernetes, AWS, and token auth methods to Infisical ESO.
Related Issue
Proposed Changes
Addressing missing auth methods to help our users get the most out of ESO.
Checklist
git commit --signoffmake testmake reviewable