Skip to content

Commit

Permalink
Add unencoded custom auth signature secret (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Ambrose <[email protected]>
  • Loading branch information
bretambrose and Bret Ambrose authored Dec 7, 2023
1 parent 96d8c2f commit e06d615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/actions/setup_cross_ci_crt_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ def _common_setup(self, env):
"ci/mqtt5/us/authorizer/signed/tokenkeyname")
self._setenv_secret(env, "AWS_TEST_MQTT5_IOT_CORE_SIGNING_AUTHORIZER_TOKEN_SIGNATURE",
"ci/mqtt5/us/authorizer/signed/signature")
self._setenv_secret(env, "AWS_TEST_MQTT5_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 Expand Up @@ -291,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 e06d615

Please sign in to comment.