-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
- Update
opctl auth tokencall to return a MD5 hash ofadmintoken - Update login API and UI to take a username and MD5 hash of atoken - the logic should grab the service account that has the same name as
usernamefromonepanelnamespace, and its corresponding token secret value, hash the token secret value and compare it with the hashed token that is passed in. - We need to also keep track of username in localstorage and cookie so that it can be used in the UI.
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request