Skip to content

Commit

Permalink
Rename CAS registered services
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Apr 14, 2021
1 parent ab17017 commit aa1bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osf-cas/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ services/preprints-203948234207240.json: |-
{{- $domainPrefix := .Values.preprintProviderDomains.prefix -}}
{{- $domainSuffix := .Values.preprintProviderDomains.suffix -}}
{{- range $key, $val := (include "cas.jetty.preprint-services" . | fromYaml) }}
services/preprints-{{ $key }}-{{ $val.id }}.json: |-
services/preprints{{ $key }}-{{ $val.id }}.json: |-
{
"@class": "org.apereo.cas.services.RegexRegisteredService",
"serviceId": "^https://{{ $osfDomainRegex }}/(login|logout)/?\\?next=https(%3A|:)(%2F|/)(%2F|/)
Expand Down

0 comments on commit aa1bfaf

Please sign in to comment.