mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCCLIP-586: Document different approaches for clustered and non-clustered Confluence deployment.
This commit is contained in:
parent
046a7fff25
commit
7c91771406
@ -242,9 +242,12 @@ Depending on the secret class, the value of `ATL_JDBC_PASSWORD` will differ. Def
|
|||||||
|
|
||||||
Starting from 8.6 [AWS SecretsManager](https://confluence.atlassian.com/confeap/configuring-confluence-with-aws-secrets-manager-1283687663.html) is supported.
|
Starting from 8.6 [AWS SecretsManager](https://confluence.atlassian.com/confeap/configuring-confluence-with-aws-secrets-manager-1283687663.html) is supported.
|
||||||
|
|
||||||
|
For non-clustered Confluence, manually edit `jdbc.password.decrypter.classname` and `hibernate.connection.password` properties as instructed by step 5 of official [documentation](https://confluence.atlassian.com/confeap/configuring-confluence-with-aws-secrets-manager-1283687663.html), then restart container.
|
||||||
|
|
||||||
|
For clustered Confluence, set this property while making sure environment variables in [cluster configuration](#cluster-configuration) are kept intact as well.
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 -e ATL_JDBC_SECRET_CLASS='com.atlassian.secrets.store.aws.AwsSecretsManagerStore' -e ATL_JDBC_PASSWORD='{"region": "us-east-1", "secretId": "mysecret", "secretPointer": "password"}' atlassian/confluence
|
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 -e ATL_JDBC_SECRET_CLASS='com.atlassian.secrets.store.aws.AwsSecretsManagerStore' -e ATL_JDBC_PASSWORD='{"region": "us-east-1", "secretId": "mysecret", "secretPointer": "password"}' -e ATL_CLUSTER_RELATED_VARIABLES='variable-value' -e atlassian/confluence
|
||||||
|
|
||||||
|
|
||||||
The following variables are for the database connection pool, and are
|
The following variables are for the database connection pool, and are
|
||||||
|
Loading…
Reference in New Issue
Block a user