unixro

Results 4 issues of unixro

# Description This add support for OIDC_ROLES_MAPPING environment variable: ``` OIDC_ROLES_MAPPING='{"RoleMap-Admin": "Admin", "RoleMap-Editor":"Editor", "RoleMap-Owner":"Owner","RoleMap-Viewer":"Viewer"}' ``` https://github.com/mage-ai/mage-ai/issues/5052 # How Has This Been Tested? Using Vault OIDC provider using the following scope...

### Mage version 0.9.70 or newer ### Describe the bug Add support for OIDC_ROLES_MAPPING variable to match for examples groups to user roles: ``` OIDC_ROLES_MAPPING='{"RoleMap-Admin": "Admin", "RoleMap-Editor":"Editor", "RoleMap-Owner":"Owner","RoleMap-Viewer":"Viewer"}' ``` ###...

bug

### Mage version 0.9.68 or newer ### Describe the bug OIDC auth only returns email, username and ignores user_roles if provided see mage_ai/authentication/providers/oidc.py at the end ### To reproduce _No...

feature

digitemp fails on modern kernel so this fixes it.