Skip to content

Commit

Permalink
Add 311 unencoded signature too
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Dec 7, 2023
1 parent adabd19 commit a2a779e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/actions/setup_cross_ci_crt_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a2a779e

Please sign in to comment.