We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c901374 commit 2e79cacCopy full SHA for 2e79cac
pkg/rbac/users.go
@@ -6,9 +6,9 @@ import (
6
)
7
8
const (
9
- requestUsersURI = "/users" // #nosec - this is the uri to g et RBAC tokens
10
- requestCurrentUserURI = "/users/current" // #nosec - this is the uri to authenticate RBAC tokens
11
- requestUserURI = "/users/" // #nosec - this is the uri to revoke individual RBAC tokens
+ requestUsersURI = "/rbac-api/v1/users" // #nosec - this is the uri to g et RBAC tokens
+ requestCurrentUserURI = "/rbac-api/v1/users/current" // #nosec - this is the uri to authenticate RBAC tokens
+ requestUserURI = "/rbac-api/v1/users/" // #nosec - this is the uri to revoke individual RBAC tokens
12
13
14
// User describes the user keys.
0 commit comments