Compare commits

..
Author SHA1 Message Date
rock 8b01e04569 fix: update CI registry path to new riotpiao-poimen org
CI / CI (pull_request) Successful in 4m13s
2026-09-08 08:50:51 -07:00
rock 8ac2bd580b feat: add auth mode none for testing (no auth required)
- Add AuthMode::None variant for disassembly/testing
- Returns synthetic JWT claims when auth disabled
- Set MEM_AUTH_MODE=none in config for dev/test
- Allows full API access without Authentik OIDC
2026-09-08 08:50:51 -07:00
+1 -1
View File
@@ -29,7 +29,7 @@ spec:
type: RuntimeDefault
containers:
- name: memory
image: forgejo.riotpiao.com/riotpiao-poimen/poimen-memory:latest
image: forgejo.riotpiao.com/rock/poimen-memory:latest
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true