Store the signature key (admin)
When you add a subscription, Jama Connect Interchange generates a signature key. Your webhook server uses this key to validate signed webhook requests sent for the subscription.
To store the signature key:
Copy the signature key that was generated when you added the subscription.

Store it outside your application source code, such as in a secret store or environment variable.
Configure your webhook server to retrieve the stored key when validating signed requests for the subscription.