mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Update github.mdx add notice about configuring vault for github enter… (#29686)
* Update github.mdx add notice about configuring vault for github enterprise authentication * Update github.mdx Fix spacing * Update website/content/docs/auth/github.mdx --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
parent
0fb6c5e895
commit
6f5a3307ae
1 changed files with 8 additions and 0 deletions
|
|
@ -94,6 +94,14 @@ management tool.
|
|||
$ vault write auth/github/config organization=hashicorp
|
||||
```
|
||||
|
||||
<Note>
|
||||
|
||||
If you use GitHub Enterprise, you must set the `organization_id`
|
||||
parameter with your GitHub organization ID. Vault cannot retrieve your
|
||||
organization details without authentication.
|
||||
|
||||
</Note>
|
||||
|
||||
For the complete list of configuration options, please see the API
|
||||
documentation.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue