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

chore: Update sl1pm4t references to getditto #4

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion charts/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sl1pm4t/dex-k8s-authenticator
module github.com/getditto/dex-k8s-authenticator

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/helm/dex-k8s-auth-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: sl1pm4t/dex-k8s-authenticator
repository: getditto/dex-k8s-authenticator
tag: ${CI_TAG}
pullPolicy: Never

Expand Down
Loading