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

[Story] Declarative Stored Credentials #720

Open
3 tasks
Tracked by #718
andrewazores opened this issue Nov 26, 2024 · 0 comments
Open
3 tasks
Tracked by #718

[Story] Declarative Stored Credentials #720

andrewazores opened this issue Nov 26, 2024 · 0 comments
Labels
feat New feature or request

Comments

@andrewazores
Copy link
Member

andrewazores commented Nov 26, 2024

See #726 for Event Templates example. It should be possible for users to provide files containing Stored Credentials definitions under some directory, and Cryostat should attempt to load these into the Stored Credentials database on startup. These files should probably be JSON, like:

{
  "username": "user",
  "password": "somepassword",
  "matchExpression": "true"
 }

In Kubernetes, these would be supplied by mounting Secrets to the container.

@andrewazores andrewazores changed the title Stored Credentials [Story] Declarative Stored Credentials Nov 26, 2024
@andrewazores andrewazores added the feat New feature or request label Nov 26, 2024
@andrewazores andrewazores moved this to Backlog in 4.0.0 release Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant