Skip to content

Improve secrets#155

Open
jesusfcr wants to merge 6 commits into
masterfrom
secrets
Open

Improve secrets#155
jesusfcr wants to merge 6 commits into
masterfrom
secrets

Conversation

@jesusfcr

@jesusfcr jesusfcr commented May 30, 2025

Copy link
Copy Markdown
Contributor

This PR allows vulcan to use existing secrets.

Those secrets could be previously been generated manually, with SealedSecrets, with external-secrets, ...

Provided we have a secret for the db:

kubectl create secret generic db --from-literal=password=<your_password>

We can use that secret:

vulndb:
  db:
    existingSecret: db
    existingSecretPasswordKey: password

@jesusfcr jesusfcr changed the title Use comp.fullname Improve secrets Jun 2, 2025
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.

1 participant