- Auth Manager Section
- API Key Validator Section
- Environments Section
To encrypt the passwords. Please follow below approach. The alias should be have the following format.
cipher-tool.properties
AuthManager.Password=repository/conf/api-manager.xml//APIManager/AuthManager/Password,true
APIGateway.Environments.Environment.Password=repository/conf/api-manager.xml//APIManager/APIGateway/Environments/Environment/Password,true
APIKeyValidator.Password=repository/conf/api-manager.xml//APIManager/APIKeyValidator/Password,true
cipher-text.properties
APIKeyValidator.Password=[admin]
APIGateway.Environments.Environment.Password=[admin]
AuthManager.Password=[admin]
Note : Please replace your passwords with actual values in cipher-text.properties
before execute ./ciphertool.sh -Dconfigure
No comments:
Post a Comment