Oc Auth x Hydra x LDAP : draft of claims enrich for traefik + draft of forwarding
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
ocauth:
|
||||
image: 'ocauth:latest'
|
||||
oc-auth:
|
||||
image: 'oc-auth:latest'
|
||||
ports:
|
||||
- 8088:8080
|
||||
container_name: ocauth
|
||||
|
||||
|
||||
- 8094:8080
|
||||
container_name: oc-auth
|
||||
environment:
|
||||
PVK_PATH: /etc/oc/pvk.pem
|
||||
LDAP_ENDPOINTS: ldap:389
|
||||
LDAP_BINDDN: cn=admin,dc=example,dc=com
|
||||
LDAP_BINDPW: password
|
||||
LDAP_BASEDN: "dc=example,dc=com"
|
||||
LDAP_ROLE_BASEDN: "ou=AppRoles,dc=example,dc=com"
|
||||
networks:
|
||||
- catalog
|
||||
networks:
|
||||
catalog:
|
||||
external: true
|
||||
Reference in New Issue
Block a user