Merge branch 'acs-aims' into adw-backend
This commit is contained in:
commit
1655c7f1f4
1
.env
1
.env
@ -15,3 +15,4 @@ POSTGRES_TAG=13
|
|||||||
ASIE_TAG=2.0.8.2
|
ASIE_TAG=2.0.8.2
|
||||||
APS_TAG=2.4.1
|
APS_TAG=2.4.1
|
||||||
AIS_TAG=1.8.0.1
|
AIS_TAG=1.8.0.1
|
||||||
|
ACS_SHARE_TAG=7.4.1.2
|
||||||
|
@ -43,13 +43,20 @@ services:
|
|||||||
-Dcors.enabled=false
|
-Dcors.enabled=false
|
||||||
-Dtransform.service.enabled=false
|
-Dtransform.service.enabled=false
|
||||||
-Dlocal.transform.service.enabled=true
|
-Dlocal.transform.service.enabled=true
|
||||||
|
-Dauthentication.chain=aims:identity-service,builtin:alfrescoNtlm
|
||||||
|
-Didentity-service.authentication.defaultAdministratorUserNames=admin.1
|
||||||
|
-Didentity-service.auth-server-url=${IDENTITY_SERVICE_PROTOCOL}://${IDENTITY_SERVICE_HOST}:${IDENTITY_SERVICE_PORT}/auth
|
||||||
-Dsystem.content.eagerOrphanCleanup=true
|
-Dsystem.content.eagerOrphanCleanup=true
|
||||||
-Dsystem.content.orphanProtectDays=0
|
-Dsystem.content.orphanProtectDays=0
|
||||||
-Djodconverter.enabled=false
|
-Djodconverter.enabled=false
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
postgres-acs:
|
||||||
- activemq
|
condition: service_started
|
||||||
|
activemq:
|
||||||
|
condition: service_started
|
||||||
|
identity:
|
||||||
|
condition: service_healthy
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||||
|
@ -27,6 +27,21 @@
|
|||||||
"attributes": {
|
"attributes": {
|
||||||
"login_theme": "alfresco"
|
"login_theme": "alfresco"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"clientId": "acs-share",
|
||||||
|
"name": "ACS Share",
|
||||||
|
"enabled": true,
|
||||||
|
"alwaysDisplayInConsole": false,
|
||||||
|
"redirectUris": [ "*" ],
|
||||||
|
"standardFlowEnabled": true,
|
||||||
|
"implicitFlowEnabled": false,
|
||||||
|
"directAccessGrantsEnabled": false,
|
||||||
|
"publicClient": true,
|
||||||
|
"protocol": "openid-connect",
|
||||||
|
"attributes": {
|
||||||
|
"login_theme": "alfresco"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requiredCredentials": [ "password" ],
|
"requiredCredentials": [ "password" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user