| We need to figure out a way that allows us to know in the (golang) sidecar when a variant in UPS is deleted. Options include:
- Have a goroutine that constantly monitors the variants by sending a http request to UPS (every 10 seconds maybe) and compares the response to what's stored in the mobile client secret.
- Implement a Webhook in UPS that allows us to tigger an action in the sidecar when a variant is deleted. But this would require a UPS change that is only relevant for mobile.next() and we want to keep UPS generic.
|