-
Notifications
You must be signed in to change notification settings - Fork 421
Description
We sometimes encounter use cases where it's demanded that credentials created by service bindings carry an explicit expiry policy. For example, a credential created for a database must be rotated at least every 180 days. A similar issue exists around service keys (though they are Cloud Foundry specific and mostly unnecessary in my experience when cf ssh tunnels are available).
I see this has not been discussed before within the context of the OSB API spec and want to check in with the community to see if there's a wider demand/recognition of this topic?
There are multiple ways to attack this i.e. the responsibility matrix [expiry policy configuration, expiry enforcement] * [service broker, platform] but I think it makes sense to gather a few other interested parties first before discussing this in detail.