Victor Polozov
Victor Polozov
For secured passwords, like Uploaded Key Passphrase of SSH Exec step, Hasicorp Vault plugin lookup is not executed. So, setting the password to "%vault:/secret/data/test!/password%" will not lookup to vault, but...
Retrieving non-secret information from Vault, for example, project name or login, renders all attributes with such substring to become unusable: plugin replaces every occurence with "*******". So, dependent builds take...
The current implementation of syntax validation in the HAML CLI's `validate_ruby` method has a logical issue. The method uses `eval("BEGIN {return nil}; #{code}")` to check syntax, but this approach doesn't...