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
Fix client code and use resource-level authorization (#75)
* Fix client code and use resource-level authorization
The provided client package was not using the correct authorization
HTTP resource. This commit fixes that, and also removes tenant as a
query param because we no longer need it to make authorization
decisions.
Signed-off-by: John Schaeffer <[email protected]>
* Update pkg/client/v1/auth.go
Co-authored-by: Mike Mason <[email protected]>
Signed-off-by: John Schaeffer <[email protected]>
* Update pkg/client/v1/auth.go
Co-authored-by: Mike Mason <[email protected]>
Signed-off-by: John Schaeffer <[email protected]>
* remove unused path import
Signed-off-by: Mike Mason <[email protected]>
---------
Signed-off-by: John Schaeffer <[email protected]>
Signed-off-by: John Schaeffer <[email protected]>
Signed-off-by: Mike Mason <[email protected]>
Co-authored-by: Mike Mason <[email protected]>
Co-authored-by: Mike Mason <[email protected]>
0 commit comments