Zuplo · Arazzo Workflow
Zuplo Rotate a Consumer's API Keys
Version 1.0.0
Read a consumer, roll its keys to set an expiration and issue a fresh key, then list the keys.
Provider
Workflows
rotate-consumer-key
Roll a consumer's keys and list the resulting keys.
Confirms the consumer exists, rolls its keys to expire the old ones and create a new key, then lists the keys to surface the new key id.
1
readConsumer
ApiKeyConsumersService_read
Read the consumer to confirm it exists before rolling its keys.
2
rollKey
ApiKeyConsumersService_rollKey
Roll the consumer's keys: set the supplied expiration on keys that have no expiration and create a new key.
3
listKeys
ApiKeyKeysService_list
List the consumer's keys after rolling to surface the newly created key id.