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
I am running a self-hosted instance using Docker Compose. In the admin dashboard, I selected the Custom JWT link from the left sidebar. Under User Access Token, I clicked the Add Custom Claims button and updated the getCustomJwtClaims function in the editor. However, the code does not work, and I see the following warning message in the logs:
Early terminate 'deployJwtCustomizerScript' since we do not provide dedicated computing resource for OSS version.
After reviewing the code, it seems that custom claims are only supported in the cloud version.
Is there any way to use this feature in the self-hosted version?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a self-hosted instance using Docker Compose. In the admin dashboard, I selected the Custom JWT link from the left sidebar. Under User Access Token, I clicked the Add Custom Claims button and updated the getCustomJwtClaims function in the editor. However, the code does not work, and I see the following warning message in the logs:
Early terminate 'deployJwtCustomizerScript' since we do not provide dedicated computing resource for OSS version.
After reviewing the code, it seems that custom claims are only supported in the cloud version.
Is there any way to use this feature in the self-hosted version?
Beta Was this translation helpful? Give feedback.
All reactions