a3c4bb5615
Fix: load OIDC role sync config from ENV in all environments
...
OIDC_ADMIN_GROUP_NAME and OIDC_GROUPS_CLAIM were only set in prod block;
in dev admin_group was nil so role sync never ran. Move config outside
prod block so dev/test get ENV values.
2026-02-04 18:02:59 +01:00
a527ef980c
Add OIDC role sync config (OIDC_ADMIN_GROUP_NAME, OIDC_GROUPS_CLAIM)
...
Mv.OidcRoleSyncConfig reads from config; runtime.exs overrides from ENV in prod.
2026-02-04 16:15:47 +01:00
e03693ada5
style: fix formatting
continuous-integration/drone/push Build is passing
2025-12-03 20:51:26 +01:00
f0391d3fef
fix: oidc with authentik not working
continuous-integration/drone/push Build is failing
2025-12-03 20:34:33 +01:00
1623b63207
fix: resolve review comments
continuous-integration/drone/push Build was killed
2025-12-03 14:27:22 +01:00
d8384098b4
chore: update prod-compose to use file-envs for secrets
continuous-integration/drone/push Build is passing
2025-12-03 12:38:24 +01:00
ee094eec2f
feat: add file env support for secrets
2025-12-03 12:36:13 +01:00
d3fd4d6c0e
feat: docker-compose prod setup
2025-10-30 20:01:19 +01:00
0334260de5
feat: migration to phoenix 1.8 - merge changed files
2025-07-17 18:01:12 +02:00
bdc250f2d6
fix: session_identifier must be :jti
2025-07-02 17:03:37 +02:00
fba9abc2c1
test(AshAuthentication): updated tests for signed in user and added test for authcontroller
2025-07-02 17:03:37 +02:00
cc51763a6e
review(env): shift secret to env file and added logger
2025-07-02 17:03:37 +02:00
dce8fbc232
Add Release scripts & Dockerfile
continuous-integration/drone/push Build is passing
2025-05-22 02:12:20 +02:00
f2eeb95960
Add generated starter app
2025-03-18 15:05:27 +01:00