Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Can't encrypt values that are numeric only characters #15

Closed
Replica- opened this issue Jun 15, 2017 · 1 comment
Closed

Can't encrypt values that are numeric only characters #15

Replica- opened this issue Jun 15, 2017 · 1 comment

Comments

@Replica-
Copy link

Running
sls encrypt -n XXXX_PASSWD -v 1234567 -k 9999-9999-9999-9999
Always results in
Serverless: UnknownError: 413

Alternatively, running
sls encrypt -n XXXX_PASSWD -v a1234567 -k 9999-9999-9999-9999
Results in success

Unfortunately, my XXXX_PASSWD is all Numeric characters. I would hazard a guess here - at some point the value is being interpreted as Number and not a String value.

@Replica-
Copy link
Author

Just noticed deprecated. Posted in wrong area

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

No branches or pull requests

1 participant