question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for *_FILE env secrets

See original GitHub issue

Is 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:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jkroepkecommented, Feb 4, 2021
1reaction
jkroepkecommented, Feb 3, 2021

I got it. I have to figure out what spring provides out of the box.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found