Skip to content
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

Bypassing kubeadmin user #74

Merged
merged 5 commits into from
Dec 6, 2023
Merged

Bypassing kubeadmin user #74

merged 5 commits into from
Dec 6, 2023

Conversation

MuneebAijaz
Copy link
Contributor

No description provided.

@@ -253,6 +253,9 @@ users:

`clusterAdminGroups:` Contains names of the groups that are allowed to perform CRUD operations on namespaces present on the cluster. Users in the specified group(s) will be able to perform these operations without MTO getting in their way

!!! note
User `kube:admin` is bypassed by default to perform operations as a cluster admin, this includes operations on all of the namespaces.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LanguageTool] reported by reviewdog 🐶
Consider using “all the”. (ALL_OF_THE[1])
Suggestions: all the
URL: https://languagetool.org/insights/post/wordiness/
Rule: https://community.languagetool.org/rule/show/ALL_OF_THE?lang=en-US&subId=1
Category: REDUNDANCY

content/faq.md Outdated

**Answer.** Tenant members will not be able to use `kubectl apply` because `apply` first gets all the instances of that resource, in this case namespaces, and then does the required operation on the selected resource. To maintain tenancy, tenant members do not the access to get or list all the namespaces.

The fix is create namespaces with `kubectl create` instead.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[LanguageTool] reported by reviewdog 🐶
Consider using either the past participle “created” or the present participle “creating” here. (BEEN_PART_AGREEMENT[9])
Suggestions: created, creating
Rule: https://community.languagetool.org/rule/show/BEEN_PART_AGREEMENT?lang=en-US&subId=9
Category: GRAMMAR

Copy link

@bnallapeta bnallapeta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@MuneebAijaz MuneebAijaz merged commit 0384edc into 0.10 Dec 6, 2023
7 checks passed
@MuneebAijaz MuneebAijaz deleted the 0.10-kubeadmin branch December 6, 2023 10:37
Copy link

github-actions bot commented Dec 6, 2023

@stakater-user Image is available for testing. docker pull nexus-docker-stakater-nexus.apps.preprod.jlvwjls8.kubeapp.cloud/mto-docs:v0.0.51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants