You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating to different Keycloak roles, I don't see a list of their scopes on some of the. For example, here are the attributes for the conda_store_developer role in the conda_store client, not showing any of the scopes it includes:
On the other hand, here are the attributes for the allow-read-access-to-services role in the jupyterhub client, showing the scopes it includes:
Expected behavior
I'd like to see all scopes that are included by default for any given role that was created when deploying Nebari
OS and architecture in which you are running Nebari
Not relevant
How to Reproduce the problem?
See bug description
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
For conda-store in particular, I came across this last week when I was trying to modify conda-store permissions for a user (copied from internal communication):
Me:
there is some magic happening behind the scenes somewhere that I cant see. Somehow users get "read" access to the environments in their namespace (aka conda store "developer" scope) by default. I can't tell where that's coming from. It seems like that might be the appropriate setting to modify instead of creating an all new role.
Describe the bug
When navigating to different Keycloak roles, I don't see a list of their scopes on some of the. For example, here are the attributes for the
![image](https://private-user-images.githubusercontent.com/36754005/366141260-619d70d7-19a2-4198-b3aa-3a4f10d85256.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzkyNDUsIm5iZiI6MTczOTAzODk0NSwicGF0aCI6Ii8zNjc1NDAwNS8zNjYxNDEyNjAtNjE5ZDcwZDctMTlhMi00MTk4LWIzYWEtM2E0ZjEwZDg1MjU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE4MjIyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE3MzU3NGJhNDI5YzQ5NTkyNjBhNjcxMzIyM2VlYjExMzMwMDc4MzAzMDVmODg1ZjA0ZmZjMzljNDFlOWZlYzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2No1nhsRgmMO2NMomPmLrtsDivLOO7kPLsnmgQ8yJAc)
conda_store_developer
role in the conda_store client, not showing any of the scopes it includes:On the other hand, here are the attributes for the
![image](https://private-user-images.githubusercontent.com/36754005/366140994-a774002c-88d7-458c-ae73-a95f9f36d93a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzkyNDUsIm5iZiI6MTczOTAzODk0NSwicGF0aCI6Ii8zNjc1NDAwNS8zNjYxNDA5OTQtYTc3NDAwMmMtODhkNy00NThjLWFlNzMtYTk1ZjlmMzZkOTNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE4MjIyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAxM2FhYTNjYjExMTMzNGQxYzM4N2RkNTA0YzBmMWY2NjI2N2VmNDI3NTg5ZTIxN2E1NmQ2ODg2MGQ0ZGFmMmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9OFDRiyImDJzSfKy06VVpR0wruCt7Uy4sEoM18ymptI)
allow-read-access-to-services
role in the jupyterhub client, showing the scopes it includes:Expected behavior
I'd like to see all scopes that are included by default for any given role that was created when deploying Nebari
OS and architecture in which you are running Nebari
Not relevant
How to Reproduce the problem?
See bug description
Command output
No response
Versions and dependencies used.
No response
Compute environment
None
Integrations
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: