-
Notifications
You must be signed in to change notification settings - Fork 166
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
feat: Advanced authorization #2668
Conversation
Signed-off-by: Anatolii Bazko <[email protected]>
🎊 Navigate the preview: https://656dc5e4c564b14cb93463fe--eclipse-che-docs-pr.netlify.app 🎊 |
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.
I'd like to reorganize the document a bit but first, let's potential style issues.
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
modules/administration-guide/pages/configuring-advanced-authorization.adoc
Outdated
Show resolved
Hide resolved
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
…ization.adoc Co-authored-by: Jana Vrbkova <[email protected]>
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.
lgtm
[id="configuring-advanced-authorization"] | ||
= Configuring advanced authorization | ||
|
||
You can determine which users and groups are allowed to access {prod-short}. |
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.
@tolusha Should we clarify that this is an OpenShift feature, or this would work on vanilla k8s as well?
<1> List of users allowed to access {prod}. | ||
<2> List of groups of users allowed to access {prod} (for {ocp} only). | ||
<3> List of users denied access to {prod}. | ||
<4> List of groups of users denied to access {prod} (for {ocp} only). | ||
+ |
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.
ok, looks liks on k8s one can only use allowUsers
/ denyUsers
, whereas allowGroups
/ denyGroups
is OpenShift specific.
What does this pull request change?
feat: Advanced authorization
What issues does this pull request fix or reference?
https://issues.redhat.com/browse/CRW-4805
Specify the version of the product this pull request applies to
main
Pull Request checklist
The author and the reviewers validate the content of this pull request with the following checklist, in addition to the automated tests.
Validate language on files added or modified
step reports no vale warnings.