🧪 Test suites for Vault and Mondoo Integration#1424
Merged
slntopp merged 3 commits intorefactor/vault-auth-operator-sidefrom Mar 13, 2026
Merged
🧪 Test suites for Vault and Mondoo Integration#1424slntopp merged 3 commits intorefactor/vault-auth-operator-sidefrom
slntopp merged 3 commits intorefactor/vault-auth-operator-sidefrom
Conversation
Member
slntopp
commented
Mar 13, 2026
- regenerate CRDs
chris-rock
approved these changes
Mar 13, 2026
b4bb4b9 to
e84720d
Compare
69a00cd to
c4182e8
Compare
c4182e8 to
997b05a
Compare
| - name: vault | ||
| user: | ||
| token: %s | ||
| token: "%s" |
There was a problem hiding this comment.
🟡 warning — Quoting the token with "%s" will embed literal double quotes into the YAML value. If the Vault-issued token ever contains a double quote or backslash, the kubeconfig will be malformed YAML. Consider using yaml.Marshal or at minimum escaping special characters within the token string. That said, Vault SA tokens are typically base64-encoded JWTs so this is unlikely to bite in practice.
9dc2874
into
refactor/vault-auth-operator-side
16 of 17 checks passed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.