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
20 lines (15 loc) · 1.19 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
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. Click **Save**.