Hi everyone,
we observed that the service binding rotation got stuck after one rotation attempt ended in a CreateFailed state. The CreateFailed state was cause by a temporary issue of the service provider's service broker. However, we would have expected that the rotation logic tries to resolve such an issue with further retries or continues at least with another attempt according to the configured rotation frequency.
We use the following configuration on our service binding:
credentialsRotationPolicy:
enabled: true
rotatedBindingTTL: 168h
rotationFrequency: 24h
With that, the rotation happens every day. After the service broker issue happened, the following days no rotation was executed.
Is this the expected behavior? Can we configure some kind of retry in case a new service binding ends up in CreateFailed state? Do you have advice how to monitor such a failure?
Thanks and best regards,
Clemens