-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
KO-251: Added auth sub-command to grant RBAC access #6
Conversation
abhishekdwivedi3060
commented
Aug 14, 2023
•
edited
Loading
edited
- Added auth sub-command to grant RBAC access
- Added auth env-test
- Fixed logging
- Refactored existing code
README.md
Outdated
* If **cluster-scope** flag is set, user should have the CREATE, GET, UPDATE and DELETE permission for ServiceAccount and ClusterRoleBinding. | ||
|
||
#### Collect cluster info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change heading
README.md
Outdated
``` | ||
|
||
#### Collect cluster info using krew |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change heading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User can give namespace which is not present in cluster. Specially in clustering we make lot of unnecessary info calls for that namespace and error out, can we check namespace existence beforehand to avoid this calls in both subcommands.