diff --git a/builder/actions/setup_cross_ci_crt_environment.py b/builder/actions/setup_cross_ci_crt_environment.py index 249802177..f0dc953fd 100644 --- a/builder/actions/setup_cross_ci_crt_environment.py +++ b/builder/actions/setup_cross_ci_crt_environment.py @@ -293,6 +293,8 @@ def _common_setup(self, env): "ci/mqtt5/us/authorizer/signed/tokenkeyname") self._setenv_secret(env, "AWS_TEST_MQTT311_IOT_CORE_SIGNING_AUTHORIZER_TOKEN_SIGNATURE", "ci/mqtt5/us/authorizer/signed/signature") + self._setenv_secret(env, "AWS_TEST_MQTT311_IOT_CORE_SIGNING_AUTHORIZER_TOKEN_SIGNATURE_UNENCODED", + "ci/mqtt5/us/authorizer/signed/signature/unencoded") # JAVA KEYSTORE (Java uses PKCS#8 keys internally, which currently only Linux supports ATM) if (self.is_linux == True):