migrate to new passmower

This commit is contained in:
2024-07-27 19:44:30 +03:00
parent e89edca340
commit 1e8bccbfa3
3 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: harbor
namespace: harbor-operator
spec:
displayName: Harbor
uri: https://harbor.k-space.ee
redirectUris:
- https://harbor.k-space.ee/c/oidc/callback
allowedGroups:
- k-space:floor
grantTypes:
- authorization_code
- refresh_token
responseTypes:
- code
availableScopes:
- openid
- profile
pkce: false