From 1546caa89a557dd5a99787f6615f8714896ee977 Mon Sep 17 00:00:00 2001 From: Matt Morrison Date: Wed, 13 Dec 2023 19:18:23 +1300 Subject: [PATCH] chore: Update sl1pm4t refs to getditto --- .github/workflows/artifacts.yaml | 2 +- .github/workflows/k8s.yml | 4 ++-- README.md | 4 ++-- charts/README.md | 4 ++-- charts/dex-k8s-authenticator/Chart.yaml | 2 +- charts/dex-k8s-authenticator/README.md | 4 ++-- docs/eks.md | 2 +- docs/ssl.md | 2 +- go.mod | 2 +- tests/e2e/helm/dex-k8s-auth-overrides.yaml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 5ea5a79..2c9027e 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -76,7 +76,7 @@ jobs: type=semver,pattern={{raw}},suffix=-${{ matrix.variant }} type=raw,value=latest,enable={{is_default_branch}},suffix=-${{ matrix.variant }} labels: | - org.opencontainers.image.documentation=https://github.com/sl1pm4t/dex-k8s-authenticator + org.opencontainers.image.documentation=https://github.com/getditto/dex-k8s-authenticator # Multiple exporters are not supported yet # See https://github.com/moby/buildkit/pull/2760 diff --git a/.github/workflows/k8s.yml b/.github/workflows/k8s.yml index d3c0a6d..a6ba166 100644 --- a/.github/workflows/k8s.yml +++ b/.github/workflows/k8s.yml @@ -56,8 +56,8 @@ jobs: - name: build-ci-image run: | - docker build -t sl1pm4t/dex-k8s-authenticator:${GITHUB_SHA} . - kind load docker-image sl1pm4t/dex-k8s-authenticator:${GITHUB_SHA} + docker build -t getditto/dex-k8s-authenticator:${GITHUB_SHA} . + kind load docker-image getditto/dex-k8s-authenticator:${GITHUB_SHA} - name: update-helm-values run: | diff --git a/README.md b/README.md index 0098c21..8d2fe1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Dex K8s Authenticator -[![golang-lint](https://github.com/sl1pm4t/dex-k8s-authenticator/workflows/golangci-lint/badge.svg)](https://github.com/sl1pm4t/dex-k8s-authenticator/actions/workflows/golangci-lint.yml) -[![k8s-lint](https://github.com/sl1pm4t/dex-k8s-authenticator/workflows/k8s-lint/badge.svg)](https://github.com/sl1pm4t/dex-k8s-authenticator/actions/workflows/k8s.yml) +[![golang-lint](https://github.com/getditto/dex-k8s-authenticator/workflows/golangci-lint/badge.svg)](https://github.com/getditto/dex-k8s-authenticator/actions/workflows/golangci-lint.yml) +[![k8s-lint](https://github.com/getditto/dex-k8s-authenticator/workflows/k8s-lint/badge.svg)](https://github.com/getditto/dex-k8s-authenticator/actions/workflows/k8s.yml) A helper web-app which talks to one or more [Dex Identity services](https://github.com/dexidp/dex) to generate `kubectl` commands for creating and modifying a `kubeconfig`. diff --git a/charts/README.md b/charts/README.md index 2d926ff..89ce2bb 100644 --- a/charts/README.md +++ b/charts/README.md @@ -1,7 +1,7 @@ # Helm charts for installing 'dex' with 'dex-k8s-authenticator' The charts in this folder install [`dex`](https://github.com/coreos/dex) -with [`dex-k8s-authenticator`](https://github.com/sl1pm4t/dex-k8s-authenticator) +with [`dex-k8s-authenticator`](https://github.com/getditto/dex-k8s-authenticator) `dex-k8s-authenticator` is a helper application for `dex`. `dex` lets you use external Identify Providers (like Google, Microsoft, GitHub, LDAP) to authenticate access to Kubernetes cluster @@ -12,7 +12,7 @@ Each install of `dex` and/or `dex-k8s-authenticator` can support multiple Kubern So you can install one of each for all your clusters, one in each cluster, or any combination. ``` -git clone https://github.com/sl1pm4t/dex-k8s-authenticator.git +git clone https://github.com/getditto/dex-k8s-authenticator.git helm inspect values charts/dex > dex.yaml helm inspect values charts/dex-k8s-authenticator > dex-k8s-authenticator.yaml ``` diff --git a/charts/dex-k8s-authenticator/Chart.yaml b/charts/dex-k8s-authenticator/Chart.yaml index dce3f4a..ae53e2c 100644 --- a/charts/dex-k8s-authenticator/Chart.yaml +++ b/charts/dex-k8s-authenticator/Chart.yaml @@ -4,7 +4,7 @@ description: "Authenticator for using Dex with Kubernetes" name: dex-k8s-authenticator version: 2.0.0 sources: -- https://github.com/sl1pm4t/dex-k8s-authenticator +- https://github.com/getditto/dex-k8s-authenticator maintainers: - name: Matt Morrison email: matt.morrison@ditto.live diff --git a/charts/dex-k8s-authenticator/README.md b/charts/dex-k8s-authenticator/README.md index 05684d3..112fda1 100644 --- a/charts/dex-k8s-authenticator/README.md +++ b/charts/dex-k8s-authenticator/README.md @@ -1,6 +1,6 @@ # Helm chart for dex-k8s-authenticator -This chart installs [`dex-k8s-authenticator`](https://github.com/sl1pm4t/dex-k8s-authenticator) in a Kubernetes cluster. +This chart installs [`dex-k8s-authenticator`](https://github.com/getditto/dex-k8s-authenticator) in a Kubernetes cluster. `dex-k8s-authenticator` is a helper application for [`dex`](https://github.com/coreos/dex). `dex` lets you use external Identify Providers (like Google, Microsoft, GitHUb, LDAP) to authenticate access to Kubernetes cluster (e.g. for `kubectl`). This helper makes it easy to provide a web UI for one or more clusters. @@ -18,7 +18,7 @@ global: replicaCount: 1 image: - repository: ghcr.io/sl1pm4t/dex-k8s-authenticator + repository: ghcr.io/getditto/dex-k8s-authenticator tag: latest pullPolicy: Always diff --git a/docs/eks.md b/docs/eks.md index a90bbea..1796c55 100644 --- a/docs/eks.md +++ b/docs/eks.md @@ -21,7 +21,7 @@ Required Charts - nginx-ingress-controller - https://github.com/helm/charts/tree/master/stable/nginx-ingress - dex - https://github.com/helm/charts/tree/master/stable/dex - kube-oidc-proxy - https://github.com/jetstack/kube-oidc-proxy/tree/master/deploy/charts/kube-oidc-proxy -- dex-k8s-authenticator - https://github.com/sl1pm4t/dex-k8s-authenticator/tree/main/charts +- dex-k8s-authenticator - https://github.com/getditto/dex-k8s-authenticator/tree/main/charts You should also setup a DNS record that points to your nginx controller (load-balancer), and setup an AWS ACM certificate. diff --git a/docs/ssl.md b/docs/ssl.md index b68ea87..e758ce3 100644 --- a/docs/ssl.md +++ b/docs/ssl.md @@ -16,7 +16,7 @@ If using docker, you can mount a volume like so: docker run --rm -t -i \ -v /tmp/certs:/certs:ro \ -v /tmp/config.yml:/tmp/config.yml:ro \ - sl1pm4t/dex-k8s-authenticator:latest --config /tmp/config.yml + getditto/dex-k8s-authenticator:latest --config /tmp/config.yml ``` ### 2. `trusted_root_ca` config option diff --git a/go.mod b/go.mod index 4ec9a47..446a88e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sl1pm4t/dex-k8s-authenticator +module github.com/getditto/dex-k8s-authenticator go 1.20 diff --git a/tests/e2e/helm/dex-k8s-auth-overrides.yaml b/tests/e2e/helm/dex-k8s-auth-overrides.yaml index d7079f0..da4e383 100644 --- a/tests/e2e/helm/dex-k8s-auth-overrides.yaml +++ b/tests/e2e/helm/dex-k8s-auth-overrides.yaml @@ -1,5 +1,5 @@ image: - repository: sl1pm4t/dex-k8s-authenticator + repository: getditto/dex-k8s-authenticator tag: ${CI_TAG} pullPolicy: Never