Keycloak admin only dashboard edit #634
Unanswered
schmug
asked this question in
Help and Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Per this discussion, I can't figure out how to
appconfig.disableConfiguration: true
and use keycloak for auth.I am breaking this post off of the previously solved discussion because it may have gotten lost.
How do I set
type: admin
in keycloak for dashy to recognize it?in this example config I have
role1
in keycloak attached to my user. I've tried being keycloak group and roleadmin
, and keycloak attributetype: admin
.the docs show the example when using built-in auth only from what I could find
I don't pretend to know what I'm doing, but it seems like only
preventWriteToDisk
checks for admin.dashy/src/store.js
Lines 83 to 96 in 05f5d71
and I can't find where keycloak users/groups/roles can have a type:
dashy/src/utils/KeycloakAuth.js
Lines 63 to 69 in c2559bc
Beta Was this translation helpful? Give feedback.
All reactions