You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/application-binding.html.md.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ The service credential binding rotation feature allows you to rotate credentials
289
289
290
290
- 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.
291
291
- The service broker must support multiple bindings per service instance and application.
292
-
- You must use at least CF CLI v8.18.0.
292
+
- You must use at least cf CLI v8.18.0.
293
293
- You must use the `--strategy rolling` update feature.
294
294
295
295
To rotate credentials for an already bound service instance with no downtime:
@@ -327,4 +327,4 @@ OK
327
327
You must restart or in some cases re-push your app for changes to be applied to the <ahref="../deploy-apps/environment-variable.html">VCAP_SERVICES</a> environment variable and for the app to recognize these changes.</p>
328
328
329
329
<pclass="note important">
330
-
If there are multiple service bindings as described in [Service credential binding rotation](#service-credential-binding-rotation), make sure to use CF CLI v8.18.0 or later to unbind all service bindings.</p>
330
+
If there are multiple service bindings as described in <ahref="#service-credential-binding-rotation">Service credential binding rotation</a>, make sure to use cf CLI v8.18.0 or later to unbind all service bindings.</p>
0 commit comments