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

Support for Mounting Infinispan Secrets #135

Open
nmittles opened this issue Apr 14, 2020 · 0 comments
Open

Support for Mounting Infinispan Secrets #135

nmittles opened this issue Apr 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nmittles
Copy link

Feature Request

Problem

When I configure Liberty to use Infinispan as a JCache provider for session caching, I need the username and password credentials located in a secret on the running Infinispan images.

Requested Behavior

I'd like option in the OpenLibertyApplication CRD that would automatically fetch the infinispan secret and mount in the Liberty container. The secret name is example-infinispan-generated-secret by default, and the naming convention is <INFINISPAN_CLUSTER_NAME>-generated-secret
The following PR outlines how Infinispan is configured to be a JCache provider for Liberty docker images: OpenLiberty/ci.docker#155
Also see the following infinispan doc: https://infinispan.org/infinispan-operator/master/operator.html#default_credentials-security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants