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 trying to create an AuthZ/AuthN plugin that checks if a specific user can mount a directory.
When I log the authorization.Requset.User or the authorization.Requset.UserAuthNMethod, I get empty strings. I kind of assumed that these values would be set by the docker cli as the user that is using the docker-cli.
Is there a way for an authorization plugin to know what the user is that is using the docker cli?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi there,
I am trying to create an AuthZ/AuthN plugin that checks if a specific user can mount a directory.
When I log the
authorization.Requset.User
or theauthorization.Requset.UserAuthNMethod
, I get empty strings. I kind of assumed that these values would be set by the docker cli as the user that is using the docker-cli.Is there a way for an authorization plugin to know what the user is that is using the docker cli?
Thanks for your help!
The text was updated successfully, but these errors were encountered: