cockroachdb / docs

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

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

Open syndbg opened 3 months ago

syndbg commented 3 months ago

Exalate commented:

Page: https://cockroachlabs.com/docs/v24.1/sso-sql.html

What is the reason for your feedback?

[X] Missing the information I need

[ ] Too complicated

[ ] Out of date

[X] Something is broken

[ ] Other

Additional details

server.sql_host and server.sql_port are not accurate/valid settings. The real settings that configures such behavior in the CRDB DB Console (screenshot attached) are

server.oidc_authentication.generate_cluster_sso_token.sql_host
server.oidc_authentication.generate_cluster_sso_token.sql_port

image

Jira Issue: DOC-10556