Auth: Log a warning on unparsable team ids for GitHub OAuth (#79261)

* Log warn if team ids are not integers

* Remove comment
This commit is contained in:
Misi
2023-12-08 17:00:09 +01:00
committed by GitHub
parent a35146f7ed
commit 566bed6ea1
2 changed files with 7 additions and 3 deletions

View File

@ -79,7 +79,7 @@ The table below describes all GitHub OAuth configuration options. Like any other
| `skip_org_role_sync` | No | Set to `true` to stop automatically syncing user roles. | `false` |
| `allowed_organizations` | No | List of comma- or space-separated organizations. User must be a member of at least one organization to log in. | |
| `allowed_domains` | No | List of comma- or space-separated domains. User must belong to at least one domain to log in. | |
| `team_ids` | No | String list of team IDs. If set, user has to be a member of one of the given teams to log in. | |
| `team_ids` | No | Integer list of team IDs. If set, user has to be a member of one of the given teams to log in. | |
| `tls_skip_verify_insecure` | No | If set to `true`, the client accepts any certificate presented by the server and any host name in that certificate. _You should only use this for testing_, because this mode leaves SSL/TLS susceptible to man-in-the-middle attacks. | `false` |
| `tls_client_cert` | No | The path to the certificate. | |
| `tls_client_key` | No | The path to the key. | |