coolify
coolify copied to clipboard
[Bug]: Secrets with spaces do not work
Is there an existing issue for this?
- [X] I have searched the existing issues
Example public repository
coolify
Description
When I create a secret with a value containing spaces, the secret is not registered.
Steps To Reproduce
- Create a secret, the name doesn't matter
- Put a value with spaces, in my case "462780441594822687 893135042111479808"
- Deploy the application
- Try to get the Secret
Version
3.12.17
Nvm
xD, I thought it was something else, but yea, it's a bug
The same problem with newlines - e.g. a public key like the one below is not usable in Coolify:
-----BEGIN PUBLIC KEY-----
abcd
efgh
-----END PUBLIC KEY-----
I can confirm I'm experiencing the same issue, and currently my workaround is to base64 encode the value and decode it within the app. Though that isn't always possible with 3rd party docker images/apps.
@andrasbacsai was this resolved elsewhere? I see the issue was unassigned so I'm just curious. Thanks.
I'm closing this issue, because tracking features will be moved to GitHub discussions. Github issues will be only for bugs.
Version 4 is in full focus. v3 related issues will be closed, if it is not a critical bug.
Thanks for your understanding.