document the client_id and client_secret keys in samples and error messages (#142)
This commit is contained in:
@ -11,8 +11,8 @@ metadata:
|
||||
namespace: custom-namespace
|
||||
type: Opaque
|
||||
data:
|
||||
client_id: NDI0MjQyNDI=
|
||||
client_secret: czNjUjM3cDRzc1ZWMHJENDMyMQ==
|
||||
CLIENT_ID: NDI0MjQyNDI=
|
||||
CLIENT_SECRET: czNjUjM3cDRzc1ZWMHJENDMyMQ==
|
||||
---
|
||||
apiVersion: hydra.ory.sh/v1alpha1
|
||||
kind: OAuth2Client
|
||||
|
@ -5,8 +5,8 @@ metadata:
|
||||
namespace: default
|
||||
type: Opaque
|
||||
data:
|
||||
client_id: MDA5MDA5MDA=
|
||||
client_secret: czNjUjM3cDRzc1ZWMHJEMTIzNA==
|
||||
CLIENT_ID: MDA5MDA5MDA=
|
||||
CLIENT_SECRET: czNjUjM3cDRzc1ZWMHJEMTIzNA==
|
||||
---
|
||||
apiVersion: hydra.ory.sh/v1alpha1
|
||||
kind: OAuth2Client
|
||||
|
Reference in New Issue
Block a user