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
The server create-key API: /v1/key/create now does not accept a secret key from the client anymore.
Now, the server always generates the key itself. Clients that want to import a secret key should use the /v1/key/import API. See: 9b2f0ad
Fixed
Incorrect identity assignment bug (39c4d2c). Now, the server validates that an identity in the policy section of the config file is not the Unknown Identity