Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 1.67 KB

credential-rotation-ed3bf28.md

File metadata and controls

31 lines (15 loc) · 1.67 KB

Credential Rotation

New clientsecrets are created every time you bind a service.

Note:

The clientsecret included in the VCAP_SERVICES section of your application is specific to the binding.

This allows you to rotate secrets by unbinding and then binding the SAP Job Scheduling service instance again to the application.

The clientsecret assigned to the service instance becomes invalid if you unbind the service and the access token requests to the SAP Job Scheduling service REST API using it fail.

Note:

Before this change, service instances using instance level secrets continue to use these and they remain valid. It's possible to rotate these out for binding level secrets by rebinding the service instance to the application.

Related Information

Secure Access

Create a Service Instance Using CF CLI

Using SAP Job Scheduling Service