Skip to content

docs(bitwarden): support European Cloud-Hosted instances (#13315) #2857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/builtin/credentials/bitwarden.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To configure this credential, you'll need:
- A **Client ID**: Provided when you generate an API key
- A **Client Secret**: Provided when you generate an API key
- The **Environment**:
- Choose **Cloud-hosted** if you don't self-host Bitwarden. No further configuration required.
- Choose **Cloud-hosted** if you don't self-host Bitwarden. Select the suitable **Region**. Refer to the [Bitwarden Server Geographies documentation](https://bitwarden.com/help/server-geographies/) for more information about server geographies.
- Choose **Self-hosted** if you host Bitwarden on your own server. Enter your **Self-hosted domain** in the appropriate field.

The Client ID and Client Secret must be for an **Organization API Key**, not a Personal API Key. Refer to the [Bitwarden Public API Authentication documentation](https://bitwarden.com/help/public-api/#authentication){:target=_blank .external-link} for instructions on generating an Organization API Key.
Expand Down