We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to create a "super" robot that can create/update/list robots.
i've seen this comment but the robot resources seems to be missing.
if i try this payload when creating a new robot :
{ "name": "test-robot", "duration": 30, "description": "test", "disable": false, "level": "system", "permissions": [ { "kind": "system", "namespace": "/", "access": [{ "resource": "robot", "action": "*" }] } ] }
i have this error :
{ "errors": [ { "code": "BAD_REQUEST", "message": "bad request permission: robot:*" } ] }
The text was updated successfully, but these errors were encountered:
Hi @pmeyer34 ,
Please refer to this comment on robot account usage in harbor #20076 (comment)
Sorry, something went wrong.
hello, thanks i haven't seen this issue. I have exactly the same use case of #20076 so i can close this one and follow up the other one.
No branches or pull requests
Hi,
I would like to create a "super" robot that can create/update/list robots.
i've seen this comment but the robot resources seems to be missing.
if i try this payload when creating a new robot :
i have this error :
The text was updated successfully, but these errors were encountered: