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:
Klemen Poličar 2025-07-17 06:42:14 +08:00 committed by GitHub
parent 0fb6c5e895
commit 6f5a3307ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.