-
Notifications
You must be signed in to change notification settings - Fork 124
Add "Authentication from environment" #248
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
Conversation
Great suggestion. I would also never include credentials in scripts. Indeed @ feels a bit odd. Maybe I think before we should merge it, the fallback behaviour when a variable is not defined should be changed to make kscript stop script execution. Tis may clash with the rare cases that a pw is actually starting with {{ and ends with }}, but it seems preferable to be than using wrong credentials, just because the user forgot to |
Ok. I've forgotten this.
I think better to write something like
Or maybe hide the stacktrace? |
3 minor aspects (which I typically would just do myself, but I'm a bit in a hurry this week)
This will prefix the message with |
Done |
c8fc911 |
Is it okay? |
Great PR, thanks for your support and patience. A release including your feature is planned for later today. |
Thanks! |
I have to use the private nexus repository in gitlab-ci.
We use only authenticated access to it. But I mustn't write a password in scripts.
PS: I've chosen '@' as a symbol ('$' isn't possible in Kotlin). Maybe You will choose another one.
PPS: I have not found any other point to use environment variables.