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

Multibyte password not supported #53

Closed
vishal-biyani opened this issue Mar 20, 2019 · 2 comments
Closed

Multibyte password not supported #53

vishal-biyani opened this issue Mar 20, 2019 · 2 comments

Comments

@vishal-biyani
Copy link

When testing actions locally, if your password is a token or certificate string then the action aborts:

$ act 
Provide value for 'CERTIFICATE_AUTHORITY': *********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
2019/03/20 16:36:38 abort

This is mostly due to an issue here - as the gopass does not support multi-byte characters! But this prevents local testing where secret is bigger string as is the case here.

@maxheld83
Copy link
Contributor

this solution might help: #66

@cplee
Copy link
Contributor

cplee commented Feb 25, 2020

workarounds:

  • set secret through env variable: act -s CERTIFICATE_AUTHORITY=$(cat mycert.key)
  • set secret in ~/.actrc

@cplee cplee closed this as completed Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants