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

Improve configuring-openshift-oauth section #1702

Merged
merged 1 commit into from
Nov 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ and its use with a {prod-short}.
.Prerequisites

* The `oc` tool is available.
* `{prod-cli}` management tool is available. See xref:overview:using-the-chectl-management-tool.adoc[].
* Openshift identity providers are configured on the cluster. See the link:https://docs.openshift.com/container-platform/latest/authentication/understanding-identity-provider.html#identity-provider-overview_understanding-identity-provider[Understanding identity provider configuration]

.Procedure


* To enable OpenShift OAuth automatically, deploy {prod-short} using the {prod-cli}. See the
* OpenShift OAuth will be enabled by default, deploy {prod-short} using xref:installation-guide:installing-che-on-openshift-4-using-operatorhub.adoc[OperatorHub] or the {prod-cli}, see the
link:{link-cli-github}#user-content-{prod-cli}-serverdeploy[`{prod-cli} server:deploy` specification] chapter.

ifeval::["{project-context}" == "che"]
* For {prod-short} deployed in single-user mode:
+
====
Expand Down Expand Up @@ -63,7 +65,6 @@ pass:[CHE_OAUTH_OPENSHIFT_VERIFY__TOKEN__URL]: _<verify-token-url>_
* See {link-advanced-configuration-options}.
====

ifeval::["{project-context}" == "che"]
.Additional resources

For additional information about `singleuser` and `multiuser` authentication mods, see the xref:administration-guide:authenticating-users.adoc#authentication-mods_{context}[] chapter.
Expand Down