Chuck Scott
Chuck Scott
Just just started happening and I think it is based on a Okta UI change. ``` UnboundLocalError: local variable 'action' referenced before assignment ```
When I wrap a secret I get this url: ``` http://10.147.3.69:8000/unwrap?token=7d160ab0-c352-2574-a5bd-829f8ba0ea5a&vaultUrl=https://vault:8200 ``` I try to curl this url (NO BROWSER HERE) and I get this: ``` Vault-UI body { font-family:...
I am trying to include a plugin call when creating a pipeline. When I include a plugin definition in the json payload like so: ``` "steps": [ { "plugins": {...
In yaml, it is possible to use pipeline.yml and specify multiple commands. When creating a pipeline using the api, this does not appear possible: ``` { "type": "script", "name": "command:...
hmm, no way to test python code? from serverless-test-plugin/index.js ``` if (functionData.runtime === "nodejs") { ... .... else { SCli.log("DEBUG Skipping " + functionData._config.sPath); functionTestSuite.setSkipped(true); } ```