openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 433 forks source link

Add expiration date and time for bindings #697

Closed fmui closed 4 years ago

fmui commented 4 years ago

What is the problem this PR solves?

The PR adds an optional expiration date and time to a binding. It should indicate applications and platforms that this binding should not be used anymore after this date. It may also be used to initiate automatic rotation of bindings and credentials.

The new expires_at field is enclosed in a new metadata object, which may be used for other binding management data in the future.

Checklist:

linux-foundation-easycla[bot] commented 4 years ago

CLA Check
The committers are authorized under a signed CLA.

mattmcneeney commented 4 years ago

@tinygrasshopper to review