docs icon indicating copy to clipboard operation
docs copied to clipboard

Feedback: Cluster Single Sign-on (SSO) using JSON web tokens (JWTs)

Open lin-crl opened this issue 1 year ago • 1 comments

Jianwei Lin (lin-crl) commented:

Page: https://cockroachlabs.com/docs/v23.2/sso-sql.html

What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[x] Something is broken

[ ] Other

Additional details

cluster setting server.server.jwt_authentication.jwks_auto_fetch.enabled doesn't exist on 23.2. I've tried server.jwt_authentication.jwks_auto_fetch.enabled it doesn't exist either.

Jira Issue: DOC-10056

lin-crl avatar Apr 09 '24 03:04 lin-crl

Found 2 more cluster setting are not found but in the doc:

[email protected]:26257/defaultdb> show cluster setting server.sql_host;
ERROR: unknown setting: "server.sql_host" [email protected]:26257/defaultdb> show cluster setting server.sql_port;
ERROR: unknown setting: "server.sql_port" [email protected]:26257/defaultdb>

lin-crl avatar Apr 09 '24 03:04 lin-crl

Regarding server.jwt_authentication.jwks_auto_fetch.enabled, the change was backported to 23.2 around March - https://github.com/cockroachdb/cockroach/pull/119768, hence it ended up in v23.2.4 and beyond.

pritesh-lahoti avatar Oct 01 '24 08:10 pritesh-lahoti