StackStorm / st2cd

Content pack for internal build process at StackStorm
Apache License 2.0
7 stars 16 forks source link

Use unencrypted st2kv tokens for e2e tests #418

Closed arm4b closed 5 years ago

arm4b commented 5 years ago

Following https://github.com/StackStorm/ops-infra/pull/382

blag commented 5 years ago

NAK - these should be stored encrypted, which means they need to be decrypted, right?

This workflow worked perfectly on the previous incarnation of st2cicd, so (AIUI) this is not the right place to fix the issue. Let's make sure the encrypted values were stored in the datastore and decrypt them here.