secret
This command allows you to inspect and rotate secrets for a subscription.
Commands
Command | Description |
---|---|
inspect | this command retrieves the webhook secret for the subscription with the specified ID. |
rotate | this 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:
Option | Description |
---|---|
source | The name of the source. |
s / subscription | The name of the subscription. |
topic | The 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:
Option | Description |
---|---|
source | The name of the source. |
s / subscription | The name of the subscription. |
topic | The name of the topic. |
Examples:
qala sub secret rotate --topic <TOPIC_NAME> -s <SUBSCRIPTION_NAME>