データベース パスワードの暗号化
Bitbucket Server を管理する
- ユーザーとグループ
- 外部ユーザー ディレクトリ
- グローバル権限
- Setting up your mail server
- Bitbucket Server をアトラシアン アプリケーションに連携する
- Bitbucket Server を外部のデータベースに接続する
- Bitbucket Server を別のサーバーに移行する
- Run Bitbucket in AWS
- Bitbucket Server のベース URL を指定する
- アプリケーション ナビゲーターを構成する
- アプリの管理
- Bitbucket での監査
- Bitbucket Server のライセンス詳細を更新する
- Bitbucket Server 設定プロパティ
- Bitbucket サーバーを異なるコンテキスト パスに移動する
- データの復元とバックアップ
- Bitbucket Server で Git リポジトリへの HTTP(S) アクセスを無効化する
- スマート ミラーリング
- Data Center 移行
- Git Large File Storage
- Git Virtual File System (GVFS)
- Enabling SSH access to Git repositories in Bitbucket Server
- Bitbucket Server で diff トランスコーディングを使用する
- Changing the port that Bitbucket Server listens on
- ロックアウトのリカバリ プロセス
- Bitbucket Server のプロキシ設定および保護
- High availability for Bitbucket
- サードパーティ製アプリの診断
- Enabling JMX counters for performance monitoring
- Bitbucket Server のデバッグ ログ
- Bitbucket Server の拡張
- Add shortcut links to a Bitbucket Server repository
- Administer code search
- Adding additional storage for your repository data
- Add a system-wide announcement banner
- アプリケーションを横断したプロジェクト リンクの構成
- レート制限でインスタンスの安定性を改善する
- Atlasssian Data Center アプリケーションで CDN を使用する
- Managing personal access tokens
- Connecting to a 3rd party application using Application Links
- Setting a system-wide default branch name
- 非アクティブなプル リクエストを自動的に却下
- データベース パスワードの暗号化
このページの内容
関連コンテンツ
- 関連コンテンツがありません
To add extra security to your Bitbucket Data Center and Server instance, you can encrypt the database password that is stored in the bitbucket.properties file. There are different encryption methods for both basic and advanced users. Additionally, you can create your own encryption mechanism.
Your Bitbucket instance needs a plain-text password to connect to the database, so the configuration file will contain all the information needed to decrypt the password. It is necessary to protect access to Bitbucket and database servers to reach the required level of security.
基本的な暗号化
This method uses a Base64 cipher, which is simple obfuscation. It is a straightforward solution for users who don’t want to store database passwords in plain-text.
Learn more about basic encryption
高度な暗号化
This method allows you to choose an algorithm to encrypt a database password. It provides more security as you don't have to store the encrypted password anywhere in the configuration file, which makes it difficult for unauthorized parties to find and decrypt it.
Learn more about advanced encryption
カスタム暗号化
If you have special requirements for database password encryption, you can create your own encryption mechanism based on our examples.