Setting jwt_secret
to JWKS with In-Database Configuration Fails
#2096
-
Hello y'all, So, I'm able to set
However, when I try to instead set it with an In-Database Configuration, I get
I've tried a bunch of different ways of encoding it, such as escaped double-quoting and such, to no avail. Is there a specific way In-Database Configuration needs the JWKS to be formatted for it to work? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You'll need to set those gucs both database specific and role specific. You have:
You need:
I was about to point you to our docs.... only to realize that the docs are wrong! I'll create an issue to fix that. |
Beta Was this translation helpful? Give feedback.
-
Fixed in #2121. |
Beta Was this translation helpful? Give feedback.
Fixed in #2121.