Oc Auth x Hydra x LDAP : draft of claims enrich for traefik + draft of forwarding

This commit is contained in:
mr
2024-10-28 14:58:11 +01:00
parent 05c4aab72a
commit 7198c40d30
37 changed files with 4181 additions and 610 deletions

View File

@@ -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