Skip to content

Commit 9afbf5f

Browse files
danielforsapDaniele
andauthored
docs: Add note that service-operator-access credentials are not for API access (#603)
* docs: Add note that service-operator-access credentials are not for API access Clarify that service-operator-access credentials are intended exclusively for technical communication between the BTP Service Operator and Service Manager, and should not be used for direct API calls. Users requiring direct API access should use the subaccount-admin plan instead. * Update README.md --------- Co-authored-by: Daniele <daniel.koracl@sap.com>
1 parent 286b4a0 commit 9afbf5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Example binding with X.509 certificate:
8888
"sm_url": "https://service-manager.cfapps.eu10.hana.ondemand.com"
8989
}
9090
```
91+
**Note**: The `service-operator-access` credentials are intended exclusively for technical communication between the BTP Service Operator and Service Manager. They are not designed for direct API access. If you need to call Service Manager APIs directly, create a separate Service Manager instance with the `subaccount-admin` plan and use those credentials instead.
9192

9293
- Add the SAP BTP Service Operator Helm chart repository:
9394

@@ -168,6 +169,7 @@ stringData:
168169
169170
**Note**: To rotate the credentials between the BTP service operator and Service Manager, you have to create a new binding for the `service-operator-access` service instance, and then execute the setup script again with the new set of credentials. Afterward, you can delete the old binding.
170171

172+
171173
[Back to top](#table-of-contents)
172174

173175
### Using Custom Certificate Authorities

0 commit comments

Comments
 (0)