github.com/verrazzano/verrazzano@v1.7.0/tools/url_linter/ignore_urls.txt (about) 1 # Copyright (C) 2021, 2023, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 # Test, example, in-cluster URLs, etc... 5 http:// 6 https:// 7 http://es-host-update:1111 8 http://es-host:9999 9 http://etcd-extdns:2379 10 http://grafana:3000 11 http://http_backend 12 http://istiod 13 http://prometheus 14 http://prometheus:9090 15 http://proxy:8080 16 http://registry.example.com/ 17 http://test-ingest-host:9200 18 http://tracing/jaeger 19 http://vmi-system-es-ingest-oidc:8775 20 http://zipkin 21 https://1.2.3.4:1234 22 https://elasticsearch.vmi.system 23 https://etcd-extdns:2379 24 https://grafana.vmi.system 25 https://keycloak 26 https://keycloak.default.11.22.33.44.xip.io 27 https://keycloak.v8o-env.v8o-domain.com 28 https://keycloak.xyz.io:123/auth/realms/verrazzano-system/protocol/openid-connect/auth?redirect_uri=abc 29 https://keycloak.xyz.io:123/auth/realms/verrazzano-system/protocol/openid-connect/token 30 https://keycloak.xyz.nio.io 31 https://keycloak.xyz.nio.io/auth/realms/verrazzano-realm/protocol/openid-connect/auth?code_challenge_method=S256 32 https://keycloak.xyz.nio.io/auth/realms/verrazzano-realm/protocol/openid-connect/token 33 https://kibana.vmi.system 34 https://mykeystone.example.net:5000/v3/ 35 https://prometheus.vmi.system 36 https://rancher 37 https://someEsUrl 38 https://testUrl 39 https://testhost:443 40 https://testurl 41 https://tpp.example.com/vedsdk 42 https://vault.example.com:8200 43 https://verrazzano 44 https://verrazzano.example.com 45 https://verrazzano.xyz.nip.io 46 https://kiali.vmi.system 47 https://jaeger 48 https://docs.docker.com/get-docker/ 49 50 # Partial URLs (ie: things that get substitutions at runtime that result in valid URLs) 51 https://api.github.com/repos/jetstack/cert-manager/tags 52 https://github.com/cert-manager/cert-manager/releases/download/v 53 https://github.com/projectcalico/calico/releases/download/v 54 https://github.com/verrazzano/verrazzano/releases/download/v 55 https://github.com/verrazzano/verrazzano/releases/latest/download/ 56 57 # Skipping URLs since the code generation manifests are out of date. 58 https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md 59 https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md 60 61 # In files we don't own/control 62 https://keda.sh/docs/ ./platform-operator/thirdparty/charts/ingress-nginx/templates/controller-keda.yaml 63 64 # Valid but not something we can check without creds, etc... 65 https://charts.bitnami.com/bitnami 403 (helm repo) 66 https://charts.crossplane.io/master/ 404 (helm repo) 67 https://events.pagerduty.com/v2/enqueue 405 (internal access) 68 69 # Skip checking known valid URLs (performance, ie: ones like the copyright license URL, or ones with a lot of redirects that are still valid) 70 http://oss.oracle.com/licenses/upl 71 https://oss.oracle.com/licenses/upl 72 http://mozilla.org/MPL/2.0/ 73 http://www.iana.org/assignments/service-names 74 75 https://oracle.github.io/coherence-operator/charts 76 77 # Until we have the advice versioned, ignore new advice not in all releases 78 https://verrazzano.io/latest/docs/troubleshooting/diagnostictools/analysisadvice/ingressinvalidshape