Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSO2 Secure Vault - Password containing special characters such as [ ] and @ #1603

Closed
dilshanfa opened this issue Mar 13, 2023 · 1 comment
Closed

Comments

@dilshanfa
Copy link

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

  1. 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]"

  1. 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

@YasasRangika
Copy link

This issue has already been resolved in the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants