-
Notifications
You must be signed in to change notification settings - Fork 409
Password policy
alex edited this page Jan 26, 2024
·
3 revisions
This document provides guidelines for configuring the password policy in CloudBeaver. The password policy settings allow administrators to define rules for user passwords, ensuring security and compliance with organizational requirements.
The following properties can be adjusted in the configuration file to customize the password policy. These settings will be applied globally throughout the application.
-
minLength:
- Description: Specifies the minimum length requirement for user passwords.
- Default Value: 8
- Example:
minLength: "${CLOUDBEAVER_POLICY_MIN_LENGTH:10}",
-
requireMixedCase:
- Description: Enforces the use of both uppercase and lowercase letters in passwords.
- Default Value: true (mixed case required)
- Example:
requireMixedCase: "${CLOUDBEAVER_POLICY_REQUIRE_MIXED_CASE:false}",
-
minNumberCount:
- Description: Sets the minimum number of numeric characters required in passwords.
- Default Value: 1
- Example:
minNumberCount: "${CLOUDBEAVER_POLICY_MIN_NUMBER_COUNT:2}",
-
minSymbolCount:
- Description: Defines the minimum number of special symbols required in passwords.
- Default Value: 1
- Example:
minSymbolCount: "${CLOUDBEAVER_POLICY_MIN_SYMBOL_COUNT:3}"
The configured password policy will be applied during password create and change processes. The CloudBeaver will check the entered passwords against the defined policy, and users will be prompted to update their passwords if they do not meet the specified requirements.
passwordPolicy: {
minLength: "${CLOUDBEAVER_POLICY_MIN_LENGTH:8}",
requireMixedCase: "${CLOUDBEAVER_POLICY_REQUIRE_MIXED_CASE:true}",
minNumberCount: "${CLOUDBEAVER_POLICY_MIN_NUMBER_COUNT:1}",
minSymbolCount: "${CLOUDBEAVER_POLICY_MIN_SYMBOL_COUNT:0}"
}
- Application overview
-
License Management
- Demo Server
- Supported databases
- Administration
- Server configuration
- Create Connection
- Network configuration settings
- Connection Templates Management
- Access Management
-
Authentication methods
-
Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
-
Single Sign On
-
SAML
-
OpenID
-
AWS OpenID
-
AWS SAML
-
AWS IAM
-
AWS OpenId via Okta
-
Snowflake SSO
-
Okta OpenId
-
Cognito OpenId
-
JWT authentication
-
Kerberos authentication
-
NTLM
-
Microsoft Entra ID authentication
-
Google authentication
-
Local Access Authentication
- User credentials storage
- Cloud databases configuration
-
Query Manager
-
Drivers Management
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
-
Domain manager
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
- Deployment options
- Additional setup and management