mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 04:09:38 +07:00
refactor(platform): remove Dex
Use Authentik instead
This commit is contained in:
parent
862236881c
commit
c64842743b
@ -68,7 +68,6 @@ Distributed under the GPLv3 License. See `LICENSE` for more information.
|
||||
- [Run the same Cloudflare Tunnel across many `cloudflared` processes](https://developers.cloudflare.com/cloudflare-one/tutorials/many-cfd-one-tunnel)
|
||||
- [MAC address environment variable in GRUB config](https://askubuntu.com/questions/1272400/how-do-i-automate-network-installation-of-many-ubuntu-18-04-systems-with-efi-and)
|
||||
- [Official k3s systemd service file](https://github.com/k3s-io/k3s/blob/master/k3s.service)
|
||||
- [AWS Dex setup guide on EKS](https://aws.amazon.com/blogs/containers/using-dex-dex-k8s-authenticator-to-authenticate-to-amazon-eks/)
|
||||
|
||||
## Stargazers over time
|
||||
|
||||
|
@ -41,7 +41,6 @@ resource "cloudflare_record" "homelab_records" {
|
||||
for_each = toset([
|
||||
"*.knative",
|
||||
"argocd",
|
||||
"dex",
|
||||
"git",
|
||||
"grafana",
|
||||
"tekton",
|
||||
|
@ -1,7 +0,0 @@
|
||||
apiVersion: v2
|
||||
name: dex
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: dex
|
||||
version: 0.6.3
|
||||
repository: https://charts.dexidp.io
|
@ -1,30 +0,0 @@
|
||||
dex:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||
hosts:
|
||||
- host: dex.khuedoan.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: dex-tls-certificate
|
||||
hosts:
|
||||
- dex.khuedoan.com
|
||||
config:
|
||||
issuer: https://dex.khuedoan.com
|
||||
storage:
|
||||
type: kubernetes
|
||||
config:
|
||||
inCluster: true
|
||||
connectors:
|
||||
- type: gitea
|
||||
id: gitea
|
||||
name: Gitea
|
||||
config:
|
||||
clientID: $GITEA_CLIENT_ID
|
||||
clientSecret: $GITEA_CLIENT_SECRET
|
||||
redirectURI: https://dex.khuedoan.com/callback
|
||||
baseURL: https://git.khuedoan.com
|
Loading…
Reference in New Issue
Block a user