Skip to content

Commit e15216e

Browse files
committed
Apply suggestions from code review
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent afea03e commit e15216e

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

modules/configuring/snip-provisioning-your-custom-configuration-appconfig-step-with-optional-steps-disabled.adoc

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,9 @@ techdocs:
1818
ttl: 3600000
1919
catalog:
2020
providers:
21-
github:
22-
providerId:
23-
organization: "${GITHUB_INTEGRATION_ORGANIZATION}"
24-
schedule:
25-
frequency:
26-
minutes: 30
27-
initialDelay:
28-
seconds: 15
29-
timeout:
30-
minutes: 15
21+
_<enter_your_provider_configuration>_
3122
integrations:
32-
github:
33-
- host: ${GITHUB_INTEGRATION_HOST_DOMAIN}
34-
apps:
35-
- appId: ${GITHUB_INTEGRATION_APP_ID}
36-
clientId: ${GITHUB_INTEGRATION_CLIENT_ID}
37-
clientSecret: ${GITHUB_INTEGRATION_CLIENT_SECRET}
38-
privateKey: |
39-
${GITHUB_INTEGRATION_PRIVATE_KEY_FILE}
23+
_<enter_your_integrations_configuration>_
4024
permission:
4125
enabled: true
4226
rbac:
@@ -60,9 +44,9 @@ Optionally, customize the width of the branding logo by changing value for the `
6044
`cache`::: Enable the Techdocs cache.
6145
`catalog`::
6246
`provider`:::
63-
`github`:::: Enable GitHub repository discovery.
47+
Enter your catalog provider configuration.
6448
`integrations`::
65-
`github`::: Enable GitHub repository discovery.
49+
Enter your repository discovery configuration.
6650
[id='enabling-and-giving-access-to-rbac']
6751
`permissions`:: Enable Role-based access control.
6852
Enter your policy administrator name.

0 commit comments

Comments
 (0)