Support for *_FILE env secrets
See original GitHub issueIs your feature request related to a problem? Please describe. Inject credentials in a non-plain-text way via env variables
Describe the solution you’d like
Support for *_FILE env variables (e.g. KEYCLOAK_USER_FILE, KEYCLOAK_PASSWORD_FILE) This is useful for injecting docker secrets as following:
KEYCLOAK_PASSWORD_FILE: /var/run/secrets/keycloak-password
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Inject secrets into environment variables - Documentation
Environment Files allow you to codify multiple (secret) environment variables with KEY=VALUE statements separated by a newline. These files have the .env ......
Read more >Adding Private Data - Glitch Support
Open the project editor and click .env in the file view. Click Add a Variable. Name your variable and then enter the secret...
Read more >Why syncing .env files doesn't scale for secrets management
The use of .env files was certainly an improvement over hard-coded secrets. But better options now exist for secrets management, and not only ......
Read more >Secrets in secret file .env automatically makes environment ...
env automatically makes environment variables? Creating an environment variable like SECRET_KEY with value “super secret contents 123abc” works ...
Read more >Secrets | Kubernetes
There are three main ways for a Pod to use a Secret: As files in a volume mounted on one or more of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I put a note about this in the README.md
https://github.com/adorsys/keycloak-config-cli#configure-properties-values-through-files
I got it. I have to figure out what spring provides out of the box.