Skip to content

How to compare keys in https://console.ory.sh/projects/<id>/oauth/configure to path for ory patch project? #351

Answered by vinckr
bsap-git asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @bsap-git
I hope you have found the solution by now.

In any case, to modify specific keys in the configuration, you can use the ory patch command. However, the error you're encountering suggests that the path you're trying to replace doesn't exist in the current configuration. Make sure that the path you're specifying is correct and exists in the configuration.
The path to a key is the hierarchical structure of the key in the JSON configuration. For example, if you have a configuration like this:

{
  "hydra": {
    "urls": {
      "self": {
        "issuer": "..."
      }
    }
  }
}

The path to the issuer key would be /hydra/urls/self/issuer.
To download the current configuration,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants