most-river-7586
11/09/2023, 6:28 PM--config path/to/config.yaml
flag. But how can I see the "current running config" for my Kratos instance?
For context, I'm troubleshooting an issue where Kratos is behaving as if selfservice.allowed_return_urls
isn't being set, and verifying whether that's correctly configured will help me debug.most-river-7586
11/09/2023, 9:39 PM/status
, which returns the active configuration running for that service. It would help debug whether a config value has been correctly overridden, or replaced with a default value, etc.
Here's an example of the /status
endpoint that Grafana uses for one of their products: https://grafana.com/docs/tempo/latest/api_docs/#status
Does something like this already exists for Hydra or Kratos? Maybe I should file a ticket for this as a feature request?refined-kangaroo-48640
11/10/2023, 10:06 AMmost-river-7586
11/11/2023, 12:45 AM