example -> examples
This commit is contained in:
10
examples/k8s/client.yaml
Normal file
10
examples/k8s/client.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: OAuth2Client
|
||||
apiVersion: oauth2clients.oidc.coreos.com/v1
|
||||
metadata:
|
||||
name: example-app
|
||||
namespace: default
|
||||
|
||||
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
|
||||
redirectURIs:
|
||||
- http://127.0.0.1:5555/callback
|
||||
name: Example App
|
Reference in New Issue
Block a user