Skip to content

Commit

Permalink
Rename mintel to sl1pm4t and update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Dec 6, 2023
1 parent 2cbcf28 commit 6ec703c
Show file tree
Hide file tree
Showing 22 changed files with 57 additions and 563 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
name: kind
- name: build-ci-image
run: |
docker build -t mintel/dex-k8s-authenticator:${GITHUB_SHA} .
kind load docker-image mintel/dex-k8s-authenticator:${GITHUB_SHA}
docker build -t sl1pm4t/dex-k8s-authenticator:${GITHUB_SHA} .
kind load docker-image sl1pm4t/dex-k8s-authenticator:${GITHUB_SHA}
- name: update-helm-values
run: |
set -x
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
bin
./idea
*.iml
dex-k8s-authenticator
8 changes: 6 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/mintel/dex-k8s-authenticator/workflows/golangci-lint/badge.svg)](https://github.com/mintel/dex-k8s-authenticator/actions/workflows/golangci-lint.yml)
[![k8s-lint](https://github.com/mintel/dex-k8s-authenticator/workflows/k8s-lint/badge.svg)](https://github.com/mintel/dex-k8s-authenticator/actions/workflows/k8s.yml)
[![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)

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 Expand Up @@ -42,3 +42,7 @@ Feel free to raise feature-requests and bugs. PR's are also very welcome.

This application is based on the original [example-app](https://github.com/coreos/dex/tree/master/cmd/example-app
) available in the CoreOS Dex repo.

## Original Credit

Credit to [mintel](https://github.com/mintel) for starting this project and open sourcing.
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/mintel/dex-k8s-authenticator)
with [`dex-k8s-authenticator`](https://github.com/sl1pm4t/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/mintel/dex-k8s-authenticator.git
git clone https://github.com/sl1pm4t/dex-k8s-authenticator.git
helm inspect values charts/dex > dex.yaml
helm inspect values charts/dex-k8s-authenticator > dex-k8s-authenticator.yaml
```
Expand Down
21 changes: 0 additions & 21 deletions charts/dex-k8s-authenticator/.helmignore

This file was deleted.

10 changes: 0 additions & 10 deletions charts/dex-k8s-authenticator/Chart.yaml

This file was deleted.

119 changes: 0 additions & 119 deletions charts/dex-k8s-authenticator/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions charts/dex-k8s-authenticator/templates/NOTES.txt

This file was deleted.

59 changes: 0 additions & 59 deletions charts/dex-k8s-authenticator/templates/_helpers.tpl

This file was deleted.

18 changes: 0 additions & 18 deletions charts/dex-k8s-authenticator/templates/ca_secrets.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions charts/dex-k8s-authenticator/templates/configmap.yaml

This file was deleted.

Loading

0 comments on commit 6ec703c

Please sign in to comment.