legacy-knowledge-base
公開されました Jun. 30, 2025

Microsoft Azure Key VaultとLiferay DB

written-by

Peter Nyiro

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • LiferayのDBセットアップ設定でAzure Key Vaultを使用することはできますか?

  • Azure Key Vaultを使ってLiferayのDBを構成する方法はありますか?

  • Azure Key Vaultを使用してDBのユーザー名とパスワードを保存し、安全に読み取る方法。

環境

  • Microsoft Azure Key VaultとLiferay DB

解像度

  • Microsoftは、Key VaultにアクセスするAzureホストアプリケーションにManaged Identitiesを使用することを推奨している。 これにより、コード内にクレデンシャルを保存したり公開したりする必要がなくなり、セキュリティが向上する。
  • JDBCドライバ8.4.1以降では、以下の接続プロパティが導入されました:
    "jdbc:sqlserver://<server>:<port>;encrypt=true;columnEncryptionSetting=Enabled;keyStoreAuthentication=KeyVaultManagedIdentity;" となります。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base