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

Karaf support for docker secrets #28

Merged
merged 1 commit into from Oct 30, 2020

Conversation

malaskowski
Copy link
Owner

@malaskowski malaskowski commented Oct 19, 2020

AET Karaf image reads all files in the /run/secrets/ directory matching KARAF_* pattern export them as environment variable.
See the [Karaf entrypoint][/blob/master/karaf/entrypoint.sh] for details.

E.g.
If the file /run/secrets/KARAF_MY_SECRET is found, its content will be exported to MY_SECRET environment variable.

This feature is done to support login modifier reading from env (wttech/aet#583).

@malaskowski malaskowski merged commit a99feae into master Oct 30, 2020
@malaskowski malaskowski deleted the feature/secrets-support-for-karaf branch October 30, 2020 12:59
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.

None yet

2 participants