cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
187 stars 453 forks source link

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

Open lin-crl opened 5 months ago

lin-crl commented 5 months ago

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 commented 5 months ago

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

lin@jessie-demo-n3r.aws-us-west-2.cockroachlabs.cloud:26257/defaultdb> show cluster setting server.sql_host;
ERROR: unknown setting: "server.sql_host" lin@jessie-demo-n3r.aws-us-west-2.cockroachlabs.cloud:26257/defaultdb> show cluster setting server.sql_port;
ERROR: unknown setting: "server.sql_port" lin@jessie-demo-n3r.aws-us-west-2.cockroachlabs.cloud:26257/defaultdb>