forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_cloud-controller.html.md.erb
28 lines (21 loc) · 1.62 KB
/
_cloud-controller.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1. Click **Cloud Controller**.
<%= image_tag("config-cc.png") %>
1. Enter your **Cloud Controller DB Encryption Key** if all of the following are true:
* You deployed Pivotal Application Service (PAS) previously.
* You then stopped PAS or it crashed.
* You are re-deploying PAS with a backup of your Cloud Controller database.
<br><br>
See [Backing Up Pivotal Cloud Foundry](./backup-restore/index.html) for more information.
1. CF API Rate Limiting prevents API consumers from overwhelming the platform API servers. Limits are imposed on a per-user or per-client basis and reset on an hourly interval.
<br><br>
To disable CF API Rate Limiting, select **Disable** under **Enable CF API Rate Limiting**. To enable CF API Rate Limiting, perform the following steps:
1. Under **Enable CF API Rate Limiting**, select **Enable**.
1. For **General Limit**, enter the number of requests a user or client is allowed to make over an hour interval for all endpoints that do not have a custom limit. The default value is `2000`.
1. For **Unauthenticated Limit**, enter the number of requests an unauthenticated client is allowed to make over an hour interval. The default value is `100`.
1. (Optional) Enter in seconds your **Database Connection Validation Timeout**. By
default, the setting is `3600` seconds or 60 minutes. You can enter `-1` to cause Cloud
Controller to make an additional query to the database whenever connections are checked out from
the pool. Choosing `-1` has performance implications.
1. (Optional) Enter in seconds your **Database Read Timeout**. By default, the setting is `3600`
seconds or 60 minutes.
1. Click **Save**.