Skip to content

Commit 316e70c

Browse files
[#185471107]
1 parent 8a7cbcd commit 316e70c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ssi-creds-tiledev.html.md.erb

+10-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,15 @@ To activate your service broker to store binding credentials in runtime CredHub
159159

160160
1. In your service broker code, locate where your broker handles binding requests from the CC.
161161

162-
1. Add code that authenticates your service broker to CredHub using OAuth2 tokens from UAA. Each call to the CredHub API must include an authorization header. For more information about CredHub authentication, see the [Authentication](https://credhub-api.cfapps.io/#authentication) section of the CredHub API documentation.
162+
1. Add code that authenticates your service broker to CredHub using OAuth2 tokens from UAA. Each call to the CredHub API must include an authorization header. For more information about CredHub authentication, see the [CredHub API documentation](https://docs.cloudfoundry.org/api/credhub/version/2.9/).
163+
164+
<p class="note">
165+
<span class="note__title">Note</span>
166+
Each credential type supports distinct parameters for customizing how credentials are generated.
167+
These include minimum password lengths, required characters, and certificate fields.
168+
Credentials have a maximum size of 64 KB.
169+
</p>
170+
163171

164172
1. Update your code to store your binding credentials in CredHub using the CredHub API endpoint for setting the `json` credential type with a user-provided value. See the following example for how to format your API call:
165173

@@ -188,7 +196,7 @@ To activate your service broker to store binding credentials in runtime CredHub
188196
* `SERVICE-URL` is the URL of your service.
189197
* `USERNAME` and `PASSWORD` are your binding credentials.
190198

191-
For further reference, see the [Set Credentials](https://credhub-api.cfapps.io/#set-credentials) section of the CredHub API documentation.
199+
For further reference, see the [Set Credentials](https://docs.vmware.com/en/VMware-Tanzu-Application-Service/4.0/tas-for-vms/secure-si-creds.html) section of the CredHub API documentation.
192200

193201
1. Grant your application permission to read the credential from CredHub:
194202

0 commit comments

Comments
 (0)