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

feat: Add note about CHE_FORCE_REFRESH_PERSONAL_ACCESS_TOKEN feature #2749

Merged
merged 2 commits into from
Jun 28, 2024
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 @@ -7,10 +7,25 @@
[id="configuring-oauth-for-git-providers"]
= Configuring OAuth for Git providers

[NOTE]
====
To enable the experimental feature that forces a refresh of the personal access token on workspace startup in {prod}, modify the Custom Resource configuration as follows:

[source,yaml]
----
spec:
components:
cheServer:
extraProperties:
CHE_FORCE_REFRESH_PERSONAL_ACCESS_TOKEN: "true"
----
====

You can configure OAuth between {prod-short} and Git providers, enabling users to work with remote Git repositories:

* xref:configuring-oauth-2-for-github.adoc[]
* xref:configuring-oauth-2-for-gitlab.adoc[]
* Configuring xref:configuring-oauth-2-for-a-bitbucket-server.adoc[OAuth 2.0 for a Bitbucket Server] or xref:configuring-oauth-2-for-the-bitbucket-cloud.adoc[OAuth 2.0 for the Bitbucket Cloud]
* Configuring xref:configuring-oauth-1-for-a-bitbucket-server.adoc[OAuth 1.0 for a Bitbucket Server]
* xref:configuring-oauth-2-for-microsoft-azure-devops-services.adoc[]

Loading