ClusterLabs / ClusterLabs/anvil
anvil escaping methods break all password with special chars and spaces
Open
pending test automation
priority high
ready for testing
- Dominant language
- Perl
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
```
[root@an-a01n01 ~]# anvil-pcs-wrapper host auth an-a01n01 an-a01n02 -u hacluster -p 'super secret password'
Error: Unable to communicate with password
Error: Unable to communicate with secret
Error: an-a01n02: Username and/or password is incorrect
Error: an-a01n01: Username and/or password is incorrect
[root@an-a01n01 ~]# pcs host auth an-a01n01 an-a01n02 -u hacluster -p 'super secret password'
an-a01n01: Authorized
an-a01n02: Authorized
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.