-
Notifications
You must be signed in to change notification settings - Fork 504
Reverse proxy header authentication
CloudBeaver offers a feature for authorization and authentication using reverse proxy headers. This method allows to authenticate users via specific HTTP header fields.
-
As an administrator, navigate to the Settings -> Server configuration.
-
Locate the Reverse proxy option and activate this setting to allow reverse proxy authentication.

-
Save changes.
Configure the standard HTTP header fields as follows:
-
Header User Name: Set as
X-User. -
Header Team Name: Use
X-Role. -
Header User First Name: Designate as
X-First-name. -
Header User Last Name: Set as
X-Last-name.
Consider a user named newuser, belonging to both user and admin teams. To access an application with reverse proxy
header authentication enabled, the following HTTP headers should be set in the request to the CloudBeaver application:
X-User: newuser
X-Role: user|admin
X-First-name: [Your First Name]
X-Last-name: [Your Last Name]
Tip: CloudBeaver categorizes users into two default teams:
userandadmin. The delimiter used to separate teams in the header is|.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development