forked from kyma-project/kyma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
milv.config.yaml
61 lines (61 loc) · 4.18 KB
/
milv.config.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#TODO: remove https://dashboard.kyma-project after it's available
external-links-to-ignore: [ "localhost", "kyma.local", "https://dashboard.kyma-project", "https://grafana.kyma.example.com/oauth2/callback", "https://grafana.{DOMAIN", "CLUSTER_NAME.kyma.cluster.cx", "$yourClusterDomain", "svc.cluster.local:8081", "https://goreportcard.com", "orders.com", "azure.microsoft.com", "$KYMA_RELEASE_VERSION", "$DOMAIN", "$LATEST", "http://xip.io", "https://storage.{DOMAIN}/minio", "https://$", "https://commerce-orders-service", "http://azure.com", "https://YOUR_OIDC_COMPLIANT_IDENTITY_PROVIDER_INSTANCE/.well-known/openid-configuration" ]
files-to-ignore: [ "/vendor/", "/testdata/" ]
timeout: 60
request-repeats: 5
files:
- path: "./kyma/.github/ISSUE_TEMPLATE/security-vulnerability.md"
config:
internal-links-to-ignore: [ "{CVSS" ]
external-links-to-ignore: [ "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" ]
- path: "./kyma/docs/README.md"
config:
external-links-to-ignore: [ "kyma-project.io" ]
- path: "./kyma/docs/05-technical-reference/00-configuration-parameters/smgt-03-hb-chart.md"
config:
external-links-to-ignore: [ "custom.bundles-repository" ]
- path: "./kyma/tests/perf/README.md"
config:
external-links-to-ignore: [ "https://grafana.perf.kyma-project.io/d/ReuNR5Aik/kyma-performance-test-results?orgId=1" ]
- path: "./kyma/docs/03-tutorials/00-observability/obsv-02-create-and-configure-grafana-dashboard.md"
config:
external-links-to-ignore: [ "https://grafana.example.com/" ]
- path: "./kyma/docs/03-tutorials/00-service-management/smgt-14-hb-create-addons-repo.md"
config:
external-links-to-ignore: [ "https://admin:[email protected]/index.yaml" ]
- path: "./kyma/docs/03-tutorials/00-observability/obsv-04-send-notifications.md"
config:
external-links-to-ignore: [ "https://hooks.slack.com/services/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" ]
- path: "./kyma/docs/03-tutorials/00-application-connectivity/ra-01-establish-secure-connection-with-compass.md"
config:
external-links-to-ignore: [ "https://compass.{CLUSTER_DOMAIN" ]
- path: "./kyma/docs/02-get-started/04-trigger-workload-with-event.md"
config:
external-links-to-ignore: [ "http://eventing-event-publisher-proxy.kyma-system/publish" ]
- path: "./kyma/docs/02-get-started/README.md"
config:
external-links-to-ignore: [ "https://k3d.io/#installation" ]
- path: "./kyma/docs/04-operation-guides/operations/02-install-kyma.md"
config:
external-links-to-ignore: [ "https://dashboard.kyma-project.io/" ]
- path: "./kyma/docs/03-tutorials/00-api-exposure/apix-04-get-jwt.md"
config:
external-links-to-ignore: [ "https://YOUR_OIDC_COMPLIANT_IDENTITY_PROVIDER_INSTANCE/.well-known/openid-configuration" ]
- path: "./kyma/docs/05-technical-reference/00-configuration-parameters/svls-02-environment-variables.md"
config:
external-links-to-ignore: [ "http://tracing-jaeger-collector.kyma-system.svc.cluster.local:4318/v1/traces",
"http://tracing-jaeger-collector.kyma-system.svc.cluster.local:14268/api/traces",
"http://eventing-publisher-proxy.kyma-system.svc.cluster.local/publish" ]
- path: "./kyma/docs/04-operation-guides/troubleshooting/evnt-02-jetstream-troubleshooting.md"
config:
external-links-to-ignore: [ "https://grafana.com/grafana/dashboards/14725" ]
- path: "./kyma/docs/05-technical-reference/ac-01-application-gateway-details.md"
config:
external-links-to-ignore: [ "http://central-application-gateway.kyma-system:8080/{APP_NAME}/{SERVICE_NAME}/{TARGET_PATH",
"http://central-application-gateway.kyma-system:8082/{APP_NAME}/{SERVICE_NAME}/{API_ENTRY_NAME}/{TARGET_PATH"]
- path: "./kyma/tests/components/application-connector/README.md"
config:
internal-links-to-ignore: [ "./resources/charts/gateway-test/templates/service-account.yml#L2" ]
- path: "./kyma/tests/components/application-connector/docs/compass-runtime-agent-tests.md"
config:
external-links-to-ignore: [ "https://compass-gateway-auth-oauth.{COMPASS_HOST}/director/graphql"]