update
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
parent 8d3fafd979
commit baddd6fa0a

File diff suppressed because it is too large Load Diff

@ -1,8 +0,0 @@
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^(https|imaps|http)://localhost.*",
"name" : "TEST",
"id" : 10000003,
"description" : "This service definition authorizes all application urls that support HTTPS / HTTP and IMAPS protocols.",
"evaluationOrder" : 10000
}

@ -1,8 +0,0 @@
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^(https|imaps|http)://.*",
"name" : "TEST2",
"id" : 10000004,
"description" : "This service definition authorizes all application urls that support HTTPS / HTTP and IMAPS protocols.",
"evaluationOrder" : 10000
}

@ -0,0 +1,8 @@
{
"@class" : "org.apereo.cas.services.RegexRegisteredService",
"serviceId" : "^(http|https|imaps)://.*",
"name" : "test",
"id" : 0,
"description" : "test",
"evaluationOrder" : 10000
}

@ -17,9 +17,11 @@ services:
- 8443:8443
volumes:
- ./conf/cas/thekeystore:/etc/cas/thekeystore
- ./conf/cas/cas.properties:/etc/cas/config/cas.properties
- ./conf/cas/services:/etc/cas/services
command: ["/bin/sh", "/cas-overlay/bin/run-cas.sh"]
command:
- --cas.serviceRegistry.initFromJson=true
- --cas.serviceRegistry.watcherEnabled=true
- --cas.serviceRegistry.json.location=file:/etc/cas/services
frp:
image: snowdreamtech/frpc:0.37.0
restart: always

Loading…
Cancel
Save