Skip to main content

secret

This command allows you to inspect and rotate secrets for a subscription.

Commands

CommandDescription
inspectthis command retrieves the webhook secret for the subscription with the specified ID.
rotatethis command rotates the webhook secret for the subscription with the specified ID.

inspect

this command retrieves the webhook secret for the subscription with the specified ID.

Options:

OptionDescription
sourceThe name of the source.
s / subscriptionThe name of the subscription.
topicThe name of the topic.

Examples:

qala sub secret i --topic <TOPIC_NAME> -s  <SUBSCRIPTION_NAME>

rotate

this command rotates the webhook secret for the subscription with the specified ID.

Options:

OptionDescription
sourceThe name of the source.
s / subscriptionThe name of the subscription.
topicThe name of the topic.

Examples:

qala sub secret rotate --topic  <TOPIC_NAME> -s <SUBSCRIPTION_NAME>