-
Notifications
You must be signed in to change notification settings - Fork 43
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
POSIX Warning on compliant secret #20
Comments
This is not a bug. You have If you set |
Thank you for explanation. |
That makes sense. I'll look into it. Thank you for the suggestion! For now, you can safely ignore the warning. I think using Feel free to submit a PR if you want to make the change yourself :) |
Ok, thanks for suggestion. I can ignore warnings, but it's annoying, because when I have secret with 5 key/values inside I get 5 warnings :) even I need only one key. |
Hello,
I always get warnings about secrets names not POSIX compliant.
To verify it I've created secret "TEST" with key "KEY" and value "VALUE", so it's json looks like:
and the step looks like this:
In debug mode I see the following:
Which means that 'TEST.KEY' is analyzed as secret name, but it not secret name. It's concatenated secret name + '.' + secret key.
Is this is a bug?
The text was updated successfully, but these errors were encountered: