Skip to content

Commit

Permalink
Merge pull request rucio#62 from didithilmy/master
Browse files Browse the repository at this point in the history
Add auth,ping endpoint for auth endpoint
  • Loading branch information
bari12 authored Sep 1, 2021
2 parents 7bcaed2 + f82d0bc commit 264cf1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rucio-server/templates/auth_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ spec:
{{- end }}
- name: RUCIO_SERVER_TYPE
value: "{{ .Values.serverType.authServer }}"
- name: RUCIO_CFG_API_ENDPOINTS
value: "auth,ping"
- name: RUCIO_LOG_FORMAT
value: '{{ .Values.logFormat.authServer }}'
- name: RUCIO_WSGI_DAEMON_PROCESSES
Expand Down

0 comments on commit 264cf1a

Please sign in to comment.