migrate OIDC codemowers.io/v1alpha1 to v1beta1

This commit is contained in:
rasmus 2024-12-15 05:19:33 +02:00
parent 5368fe90eb
commit 68a75b8389
2 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,8 @@
---
apiVersion: codemowers.io/v1alpha1
kind: OIDCGWMiddlewareClient
apiVersion: codemowers.cloud/v1beta1
kind: OIDCMiddlewareClient
metadata:
name: sso
namespace: etherpad
name: etherpad
spec:
displayName: Etherpad
uri: 'https://pad.k-space.ee/'

View File

@ -1,10 +1,11 @@
---
apiVersion: codemowers.io/v1alpha1
kind: OIDCGWClient
apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: whoami-oidc
namespace: whoami-oidc
spec:
displayName: Whoami (oidc-tester-app)
displayName: Whoami OIDC
uri: https://whoami-oidc.k-space.ee
redirectUris:
- https://whoami-oidc.k-space.ee/auth/callback
@ -16,7 +17,6 @@ spec:
availableScopes:
- openid
- profile
tokenEndpointAuthMethod: client_secret_post
pkce: false
---
apiVersion: apps/v1