Skip to content

Commit

Permalink
Initial draft of the documentation for the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Jan 22, 2021
1 parent b22c800 commit 9f71bf6
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 23 deletions.
4 changes: 4 additions & 0 deletions modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
** xref:installing-image-puller-on-openshift-using-operatorhub.adoc[]
** xref:installing-image-puller-on-openshift-using-openshift-templates.adoc[]
** xref:installing-image-puller-on-kubernetes-using-helm.adoc[]

* xref:managing-identities-and-authorizations.adoc[]
** xref:configuring-openshift-oauth.adoc[]
** xref:configuring-bitbucket-server-oauth1.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="configuring-bitbucket-server-oauth1"]
// = Configuring Bitbucket Server OAuth1
:navtitle: Configuring Bitbucket Server OAuth1
:keywords: end-user-guide, configuring-bitbucket-server-oauth1
:page-aliases: .:configuring-bitbucket-server-oauth1

include::partial$proc_configuring-bitbucket-server-oauth1.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="managing-identities-and-authorizations"]
// = Managing identities and authorizations
:navtitle: Managing identities and authorizations
:keywords: end-user-guide, managing-identities-and-authorizations
:page-aliases: .:managing-identities-and-authorizations

include::partial$assembly_managing-identities-and-authorizations.adoc[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


:parent-context-of-configuring-oauth-authorization: {context}

[id="managing-identities-and-authorizations_{context}"]
= Managing identities and authorizations

:context: managing-identities-and-authorizations

This section describes different aspects of managing identities and authorizations of {prod}

* xref:configuring-openshift-oauth.adoc[]

:context: {parent-context-of-managing-identities-and-authorizations}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Module included in the following assemblies:
//
// Configuring Bitbucket Server OAuth1

[id="configuring-bitbucket-server-oauth1_{context}"]
= Configuring Bitbucket Server OAuth1

For users to interact with Bitbucket Server, they must first authenticate to the Bitbucket Server. OAuth1 is a process in which users prove themselves to a cluster through an API with obtained OAuth access tokens.


.Prerequisites

* The `oc` tool is available.


.Procedure

* Bitbucket Server OAuth1
2 changes: 0 additions & 2 deletions modules/end-user-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
**** xref:provisioning-jetbrains-activation-code-for-offline-use.adoc[]
** xref:adding-tools-to-che-after-creating-a-workspace.adoc[]
** xref:editing-a-devfile-and-plug-in-at-runtime.adoc[]
* xref:configuring-oauth-authorization.adoc[]
** xref:configuring-openshift-oauth.adoc[]
* xref:using-artifact-repositories-in-a-restricted-environment.adoc[]
** xref:using-maven-artifact-repositories.adoc[]
** xref:using-gradle-artifact-repositories.adoc[]
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 9f71bf6

Please sign in to comment.