boundless-state-65031
08/17/2023, 8:51 AM"error": "Get \"<https://localhost:4445/admin/clients>\": dial tcp [::1]:4445: connect: connection refused"
when i start the deployment with
- --hydra-url=<http://hydra-admin.local.svc.cluster.local>
- --hydra-port=4445
?tall-angle-41306
08/17/2023, 9:00 AMOAuth2Client
resources defined with the default hydraAdmin
block?boundless-state-65031
08/17/2023, 9:01 AMINFO controllers.OAuth2Client using default client
boundless-state-65031
08/17/2023, 10:50 AM/admin/clients
and the default is /clients
So hydra does a silent redirect to /admin/clients, but also changes the host and protocol.
I only see the error logs from the second request
specifying the endpoint works:
- --endpoint=/admin/clients
bulky-architect-22083
08/17/2023, 11:59 AMbulky-architect-22083
08/17/2023, 11:59 AMbulky-architect-22083
08/17/2023, 12:06 PM