Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit bf4afa0

Browse files
Simon Emmsmrsimonemms
authored andcommitted
Remove auth providers configuration
This is no longer supported by Gitpod and can be achieved by using the authentication screen on first-run
1 parent 7eeebb1 commit bf4afa0

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ uninstall: ## Uninstall Gitpod
2323
@echo "Starting uninstall process..."
2424
@$(call DOCKER_RUN_CMD, --uninstall)
2525

26-
auth: ## Install OAuth providers
27-
@echo "Installing auth providers..."
28-
@$(call DOCKER_RUN_CMD, --auth)
29-
3026
help: ## Display this help
3127
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z0-9_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
3228

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,16 @@ It should display the Gitpod login page similar to the next image.
117117

118118
----
119119

120-
## Update Gitpod auth providers
120+
## Delete Gitpod from your cluster
121121

122-
Please check the [OAuth providers integration documentation](https://www.gitpod.io/docs/self-hosted/0.5.0/install/oauth) expected format.
122+
Remove Gitpod from your cluster running:
123123

124-
We provide an [example here](./auth-providers-patch.yaml). Fill it with your OAuth providers data.
125-
126-
```console
127-
make auth
124+
```shell
125+
kubectl get configmaps gitpod-app \
126+
-o jsonpath='{.data.app\.yaml}' | \
127+
kubectl delete -f -
128128
```
129129

130-
> We are aware of the limitation of this approach, and we are working to improve the helm chart to avoid this step.
131-
132130
## Destroy the cluster and GCP resources
133131

134132
Remove the GCP cluster running:

auth-providers-patch.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)