get_auth_info
in chaosreliably.__init__.py
tries to reference a non-existent key
#1
Labels
bug
Something isn't working
When an experiment with a top level entry of:
And action entry of:
Is provided, the
get_auth_info
function mistakenly tries to do:This always results in
reliably_secrets={}
becausesecrets={"host": "a-host"}
.The block here https://github.com/chaostoolkit-incubator/chaostoolkit-reliably/blob/master/chaosreliably/__init__.py#L81-L83 should instead be:
The text was updated successfully, but these errors were encountered: