full-exabyte-24161
11/08/2021, 8:10 AMlifecycle:
postStart:
exec:
command: ["hydra", "clients","create","--id", "{{ .Values.hydra.config.secrets.oauthclientid }}", "--secret", "{{ .Values.hydra.config.secrets.oauthsecret }}", "--grant-types","authorization_code,refresh_token,client_credentials,implicit", "--response-types", "token,code,id_token", "--scope","openid,offline,offline_access", "--callbacks","{{ .Values.hydra.config.secrets.devserverbaseurl }}/callback"]
limited-tent-11422
11/08/2021, 8:24 AMfull-exabyte-24161
11/08/2021, 8:25 AMlimited-tent-11422
11/08/2021, 8:27 AM--endpoint
to point to Hydra running in a current pod (or set HYDRA_ADMIN_URL
environment variable). I am not sure what’s a default there.full-exabyte-24161
11/08/2021, 8:28 AM