Go to file
2025-01-22 15:23:18 +01:00
conf Fix oc-auth for k8s integration 2025-01-21 15:23:45 +01:00
controllers Add Group To Keto 2024-11-27 11:12:46 +01:00
infrastructure Fix oc-auth for k8s integration 2025-01-21 15:23:45 +01:00
keto Oc Auth x Hydra x LDAP : draft of claims enrich for traefik + draft of forwarding 2024-10-28 14:58:11 +01:00
ldap-hydra after test 2024-11-05 10:11:39 +01:00
pem BAHAMAS 2024-10-30 12:38:25 +01:00
routers Add Group To Keto 2024-11-27 11:12:46 +01:00
swagger Add Group To Keto 2024-11-27 11:12:46 +01:00
tests Initial commit 2024-07-26 13:46:05 +02:00
.gitignore Initial commit 2024-07-26 13:46:05 +02:00
auth.json Config and swagger upgrade 2024-09-27 09:20:59 +02:00
docker_auth.json after test 2024-11-05 10:11:39 +01:00
docker-compose.yml auth 2024-11-04 14:30:20 +01:00
Dockerfile Updating dependencies + fix dockerfile for quicker build + Introducing top Makefile script as unique entry point for building, deployment and high level tasks 2024-12-16 09:14:40 +01:00
go.mod Fix oc-auth for k8s integration 2025-01-21 15:23:45 +01:00
go.sum Fix oc-auth for k8s integration 2025-01-21 15:23:45 +01:00
index.html BAHAMAS 2024-10-30 12:38:25 +01:00
LICENSE.md license update 2024-10-03 09:38:23 +02:00
main.go Handling clientID/password from k8s secret 2025-01-22 15:23:18 +01:00
Makefile Pointing on last issue#4 commit to use oc-lib env var fix, removing useless log in Dockerfile building phase 2024-12-16 10:18:23 +01:00
README.md Initial commit 2024-07-26 13:46:05 +02:00

oc-auth OpenCloud auth service.

Manages user auths

To build :

bee generate routers
bee run -gendoc=true -downdoc=true

If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :

url: "swagger.json"