Skip to content

Commit

Permalink
fixes #3451
Browse files Browse the repository at this point in the history
fixes #3451
  • Loading branch information
Mariangela authored Mar 31, 2021
1 parent db19634 commit 43b26d2
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ The instructions below explain how plain text passwords in configuration files c

1. Open the `<APIM_HOME>/repository/conf/deployment.toml` file.

2. Add the `[secrets]` configuration section and include the passwords which you need to protect. Use the `<alias>="[<actual_password>]"` format, under `[secrets]` as shown below. The most commonly used passwords in configuration files are listed in the example configuration.

2. Add the `[secrets]` configuration section and include the passwords which you need to protect.

!!! warning "Important"
The `[secrets]` configuration section should be added at the very end of the `deployment.toml` file.

Use the `<alias>="[<actual_password>]"` format, under `[secrets]` as shown below. The most commonly used passwords in configuration files are listed in the example configuration.

``` tab="Format"
[secrets]
Expand Down Expand Up @@ -245,6 +249,3 @@ If you start the WSO2 API Manager as a background job, you will not be able to p
* On Linux: `./wso2server.sh start`
* On Windows: `./wso2server.bat start`

0 comments on commit 43b26d2

Please sign in to comment.