You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
charts/stable/artifactory/values.yaml
Lines 336 to 339 in 02f892f
Change username and password to be accepted through secretKeyRef, similarly as done here:
charts/stable/artifactory/values.yaml
Lines 596 to 600 in 02f892f
Otherwise there is a need to hardcore these credentials into source code as mentioned above.
Thank you in advance!
The text was updated successfully, but these errors were encountered: