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

Artifactory OpenMetrics - Allowing passing credentials to Elastic Search through secretKeyRef #1628

Closed
PKeves opened this issue May 18, 2022 · 2 comments
Labels
enhancement New feature or request triaged

Comments

@PKeves
Copy link

PKeves commented May 18, 2022

Hi,

I want to use Artifactory Insight service using external Elastic Search however I'm forced to hardcode these credentials into source code as per the current chart.

Would you please allow passing credentials to Artifactory OpenMetrics Elastic Search through valueFrom secretKeyRef?

Current code:

elasticsearch:
url: "Elasticsearch url where JFrog Mission Control is installed For example, http://<ip_address>:8082"
username: ""
password: ""

Change username and password to be accepted through secretKeyRef, similarly as done here:

# - name: MY_SECRET_ENV_VAR
# valueFrom:
# secretKeyRef:
# name: my-secret-name
# key: my-secret-key

Otherwise there is a need to hardcore these credentials into source code as mentioned above.

Thank you in advance!

@chukka chukka added the enhancement New feature or request label May 24, 2022
@chukka
Copy link
Collaborator

chukka commented May 25, 2022

Thanks for this feature request , we will create a internal tracking issue for this , will update once we add this change .

@gitta-jfrog
Copy link
Collaborator

This request is out of our plans. Closing.

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

No branches or pull requests

3 participants