Skip to content

Commit

Permalink
Add unencoded custom auth signature secret for testing new flexible c…
Browse files Browse the repository at this point in the history
…ustom auth
  • Loading branch information
Bret Ambrose committed Dec 6, 2023
1 parent 74ab83e commit adabd19
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 @@ -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

0 comments on commit adabd19

Please sign in to comment.