Cant put password with symbol's

hey guys,does anyone got a problem using passwords with Symbols like @something in the yaml files? i have a secret pass with a symbol on the beggining but im getting error when reffering to it

Error loading /config/configuration.yaml: while scanning for the next token
found character ‘@’ that cannot start any token
in “/config/secrets.yaml”, line 17, column 13

1 Like

Did you quote the password?

1 Like

You can’t quote password gives an error

Yes you can.

test_secret: "@abcd%###@@@"
1 Like

did run into a similar issue with passwords containing special characters.
I my case YAML syntax quoting was needed
here is link you might find helpful