Skip to content

Commit

Permalink
Add option to configure JFrog Access Federation validation through Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
MMichel committed Jan 16, 2025
1 parent f632524 commit 169f6df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
value: {{ .Values.options.verifySSL | quote }}
- name: ARTI_TIMEOUT
value: {{ .Values.options.timeout| quote }}
- name: ACCESS_FEDERATION_TARGET
value: {{ .Values.options.accessFederationTarget | quote }}
envFrom:
- secretRef:
name: {{ template "prometheus-artifactory-exporter.secret" . }}
Expand Down
2 changes: 2 additions & 0 deletions charts/prometheus-artifactory-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ options:
# - replication_status # adds the `status` label to `artifactory_replication_enabled` metric
# - federation_status # enables `artifactory_federation_*` metrics
# - open_metrics # exposes pen Metrics from the JFrog Platform
# - access_federation_validate # enables JFrog Access Federation validation status metric
accessFederationTarget: ""

service:
type: ClusterIP
Expand Down

0 comments on commit 169f6df

Please sign in to comment.