• Joined on 2026-05-04
reda created pull request NationTech/harmony#332 2026-06-07 16:55:08 +00:00
Use entity policies for secret store access instead of through jwt
reda pushed to feat/jwt-bearer-openbao-auth at NationTech/harmony 2026-06-07 16:51:51 +00:00
d453d2c6be add new files
reda pushed to feat/jwt-bearer-openbao-auth at NationTech/harmony 2026-06-05 17:08:50 +00:00
649cfe84bf resolve conflict, add files ob entity policy
8d7ffeee91 Merge branch 'feat/auth-add-next-url-redirect' into feat/jwt-bearer-openbao-auth
e220f2ff10 remove env file
a185ccc78a update env variable names
aacbc509b1 add files for feature
Compare 5 commits »
reda closed pull request NationTech/harmony#326 2026-06-03 11:30:58 +00:00
Add claims fields to struct
reda closed pull request NationTech/harmony#325 2026-06-03 11:30:52 +00:00
add Zitadel JWT-bearer auth rung to OpenbaoSecretStore
reda closed pull request NationTech/harmony#324 2026-06-03 11:30:44 +00:00
Move ZitadelJwt to stand alone module
reda created pull request NationTech/harmony#326 2026-06-02 17:21:38 +00:00
Add claims fields to struct
reda created branch feat/add-claims-for-openbao in NationTech/harmony 2026-06-02 17:20:39 +00:00
reda pushed to feat/add-claims-for-openbao at NationTech/harmony 2026-06-02 17:20:39 +00:00
9f4718ac09 add claims field
reda created pull request NationTech/harmony#325 2026-06-02 16:47:54 +00:00
add Zitadel JWT-bearer auth rung to OpenbaoSecretStore
reda created branch feat/jwt-bearer-openbao-auth in NationTech/harmony 2026-06-02 16:46:46 +00:00
reda pushed to feat/jwt-bearer-openbao-auth at NationTech/harmony 2026-06-02 16:46:46 +00:00
57d9685c57 add files
reda created pull request NationTech/harmony#324 2026-06-02 14:34:04 +00:00
Move ZitadelJwt to stand alone module
reda created branch refactor/move-zitadel-jwt-to-module in NationTech/harmony 2026-06-02 14:32:16 +00:00
reda pushed to refactor/move-zitadel-jwt-to-module at NationTech/harmony 2026-06-02 14:32:16 +00:00
788227b8c0 stand alone module for jwt
reda pushed to feat/auth-add-next-url-redirect at NationTech/harmony 2026-05-31 19:09:51 +00:00
e220f2ff10 remove env file
a185ccc78a update env variable names
Compare 2 commits »
reda created pull request NationTech/harmony#316 2026-05-31 19:01:32 +00:00
Allow redirect url path when user signs in
reda created branch feat/auth-add-next-url-redirect in NationTech/harmony 2026-05-31 18:59:06 +00:00
reda pushed to feat/auth-add-next-url-redirect at NationTech/harmony 2026-05-31 18:59:06 +00:00
aacbc509b1 add files for feature
reda commented on pull request NationTech/harmony#293 2026-05-25 14:01:35 +00:00
feat/v0-3-dashboard-role-enforcement

The current callout get the role claim location and role names from env variable but the new dashboard code has them hardcoded. Is that intentional? If deployments can customize those values…