Skip to content

Commit

Permalink
add traefik.io API group (#175)
Browse files Browse the repository at this point in the history
* add traefik.io API group

Match with goauthentik/authentik#5801

* bump

* use vanity url for discord
  • Loading branch information
BeryJu committed Jul 5, 2023
1 parent 961da4d commit b927116
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/authentik-remote-cluster/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.2.0
version: 1.2.1
appVersion: 2023.6.0
name: authentik-remote-cluster
description: RBAC required for a remote cluster to be connected to authentik.
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik-remote-cluster/README.md
Expand Up @@ -4,8 +4,8 @@

---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=for-the-badge)
[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=for-the-badge)
![AppVersion: 2023.6.0](https://img.shields.io/badge/AppVersion-2023.6.0-informational?style=for-the-badge)

RBAC required for a remote cluster to be connected to authentik.
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik-remote-cluster/README.md.gotmpl
Expand Up @@ -4,8 +4,8 @@

---

[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=for-the-badge)
[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=for-the-badge)
![AppVersion: 2023.6.0](https://img.shields.io/badge/AppVersion-2023.6.0-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}
Expand Down
1 change: 1 addition & 0 deletions charts/authentik-remote-cluster/templates/role.yaml
Expand Up @@ -32,6 +32,7 @@ rules:
verbs: {{- include "authentik-remote-cluster.api-verbs-rw" . | nindent 6 }}
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- middlewares
verbs: {{- include "authentik-remote-cluster.api-verbs-rw" . | nindent 6 }}
Expand Down

0 comments on commit b927116

Please sign in to comment.