From 966729c5256a37b1986bd1750b24f60126684b53 Mon Sep 17 00:00:00 2001 From: Noburou TANIGUCHI Date: Thu, 2 Mar 2017 11:05:56 +0000 Subject: [PATCH] Replace tabs with spaces (and fix indent) of YAML in code blocks In order to be viewed properly on GitHub. --- README.md | 102 +++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index c30f57b68..d44b50886 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,12 @@ for you automatically. ``` properties: uaa: - ssl: - port: - sslCertificate: | - - sslPrivateKey: | - + ssl: + port: + sslCertificate: | + + sslPrivateKey: | + ``` 1. You must add the `routing.router_groups.read` and `routing.router_groups.write` scopes to your admin user. @@ -116,8 +116,8 @@ for you automatically. properties: uaa: scim: - users: - - admin|PASSWORD|scim.write,scim.read,openid,cloud_controller.admin,clients.read,clients.write,doppler.firehose,routing.router_groups.read,routing.router_groups.write + users: + - admin|PASSWORD|scim.write,scim.read,openid,cloud_controller.admin,clients.read,clients.write,doppler.firehose,routing.router_groups.read,routing.router_groups.write ``` 1. The following OAuth clients must be configured for UAA. All but the `cf` @@ -130,30 +130,30 @@ for you automatically. ``` properties: uaa: - clients: - cc_routing: - authorities: routing.router_groups.read - authorized-grant-types: client_credentials - secret: - cf: - override: true - authorized-grant-types: password,refresh_token - scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,cloud_controller.admin_read_only,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read,routing.router_groups.write - authorities: uaa.none - access-token-validity: 600 - refresh-token-validity: 2592000 - gorouter: - authorities: routing.routes.read - authorized-grant-types: client_credentials,refresh_token - secret: - tcp_emitter: - authorities: routing.routes.write,routing.routes.read - authorized-grant-types: client_credentials,refresh_token - secret: - tcp_router: - authorities: routing.routes.read - authorized-grant-types: client_credentials,refresh_token - secret: + clients: + cc_routing: + authorities: routing.router_groups.read + authorized-grant-types: client_credentials + secret: + cf: + override: true + authorized-grant-types: password,refresh_token + scope: cloud_controller.read,cloud_controller.write,openid,password.write,cloud_controller.admin,cloud_controller.admin_read_only,scim.read,scim.write,doppler.firehose,uaa.user,routing.router_groups.read,routing.router_groups.write + authorities: uaa.none + access-token-validity: 600 + refresh-token-validity: 2592000 + gorouter: + authorities: routing.routes.read + authorized-grant-types: client_credentials,refresh_token + secret: + tcp_emitter: + authorities: routing.routes.write,routing.routes.read + authorized-grant-types: client_credentials,refresh_token + secret: + tcp_router: + authorities: routing.routes.read + authorized-grant-types: client_credentials,refresh_token + secret: ``` 1. UAA must be configured to accept requests using an internal hostname. The manifest generation scripts for cf-release will do this for you (both BOSH @@ -161,14 +161,14 @@ for you automatically. property yourself, be sure to include `uaa.service.cf.internal` in your stub. - ``` - properties: - uaa: - zones: - internal: - hostnames: - - uaa.service.cf.internal - ``` + ``` + properties: + uaa: + zones: + internal: + hostnames: + - uaa.service.cf.internal + ``` #### Warning! @@ -305,10 +305,10 @@ range"). ``` properties: routing_api: - router_groups: - - name: default-tcp - reservable_ports: 1024-1123 - type: tcp + router_groups: + - name: default-tcp + reservable_ports: 1024-1123 + type: tcp ``` ### Relational Database @@ -320,13 +320,13 @@ The routing-release now supports a relational database for the Routing API. We r ``` properties: routing_api: - sqldb: - type: - host: - port: - schema: - username: - password: + sqldb: + type: + host: + port: + schema: + username: + password: ``` If you are using