Skip to content

Commit e2e8a50

Browse files
committed
Clarify service credential binding rotation feature prerequisites
1 parent 309db6c commit e2e8a50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/application-binding.html.md.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To update your service credentials:
255255

256256
### <a id='update-credentials-without-downtime'></a>Without downtime
257257

258-
To update your service credentials without experiencing app downtime you can either employ a blue-green update scheme or use the new service credential binding rotation feature.
258+
To update your service credentials without experiencing app downtime you can either employ a blue-green update scheme or use the new service credential binding rotation feature in combination with `--strategy rolling`.
259259

260260
#### <a id='blue-green-update'></a>Blue-green update
261261

@@ -285,11 +285,12 @@ To update your service credentials without experiencing app downtime you can eit
285285

286286
#### <a id='service-credential-binding-rotation'></a>Service credential binding rotation
287287

288-
The service credential binding rotation feature allows you to rotate credentials for a service instance without unbinding and rebinding the service instance. This feature requires the following prerequisites:
288+
The service credential binding rotation feature allows you to rotate credentials for a service instance using a rolling re-binding. This feature requires the following prerequisites:
289289

290290
- The Cloud Foundry platform must support at least 2 bindings per service instance. This is configured by the platform operator with the `cc.max_service_credential_bindings_per_app_service_instance` property in the Cloud Controller configuration.
291291
- The service broker must support multiple bindings per service instance and application.
292292
- You must use at least CF CLI v8.18.0.
293+
- You must use the `--strategy rolling` update feature.
293294

294295
To rotate credentials for an already bound service instance with no downtime:
295296

0 commit comments

Comments
 (0)