-
I am not sure how to read the keys and know what path to use. For example trying to change
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @bsap-git 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 the issuer key would be Feel free to also reach out in the Ory Community Chat if you are still stuck. |
Beta Was this translation helpful? Give feedback.
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:
The path to the issuer key would be
/hydra/urls/self/issuer
.To download the current configuration,…