You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Secure vault to encrypt the passwords in deployment.toml and we had the passwords rotated recently. The passwords has special characters mixture of [] and @ symbols such as
K]Eɦ3VDn[9[abc]n (The above is just an example similar to the actual password)
Steps to Reproduce
Configure these entires in deployment.toml
[super_admin]
username = "admin"
password="$secret{admin_password}"
create_admin_account = true
At the end of the file configure the password as well.
[secrets]
admin_password = "[K]Eɦ3VDn[9[abc]n]"
Run the chipper tool
Affected Component
APIM
Version
wso2am-4.1.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered:
Description
We are using Secure vault to encrypt the passwords in deployment.toml and we had the passwords rotated recently. The passwords has special characters mixture of [] and @ symbols such as
K]Eɦ3VDn[9[abc]n
(The above is just an example similar to the actual password)
Steps to Reproduce
Affected Component
APIM
Version
wso2am-4.1.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: