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

cs_host.password does not support special characters #85

Open
div8cn opened this issue Aug 12, 2021 · 5 comments
Open

cs_host.password does not support special characters #85

div8cn opened this issue Aug 12, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@div8cn
Copy link

div8cn commented Aug 12, 2021

When adding a KVM compute node to cloudstack using cs_host,
If password contains special characters, it will fail

E.g:
password=Of4N~H$JP9

@resmo
Copy link
Member

resmo commented Aug 12, 2021

have you tried with single quotes?

 password='Of4N~H$JP9'

@resmo resmo added the question Further information is requested label Aug 12, 2021
@div8cn
Copy link
Author

div8cn commented Aug 26, 2021

Tested and have nothing to do with
The following passwords are also unavailable

password='g=6ZP778o|cnk~'

@resmo
Copy link
Member

resmo commented Aug 27, 2021

do you have a bit more details? which version of cloudstack, what is the error message?

@div8cn
Copy link
Author

div8cn commented Aug 28, 2021

cloudstack 4.15.0.0

error message:
2021-08-26 22:42:17,515 INFO [c.c.a.ApiServer] (qtp817978763-20:ctx-84253c6c ctx-7f7f9794) (logid:2e4adf34) User signature: Hy3uPwJG5O79EPOO9F0psV1Evp4= is not equaled to computed signature: eowQnVBcttscGOaG2hVaVvs36Xw=

@resmo
Copy link
Member

resmo commented Sep 25, 2021

@div8cn Thanks, investigating.

@resmo resmo added bug Something isn't working and removed question Further information is requested labels Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants