Skip to content

Commit 2b4722e

Browse files
author
Charlie Egan
authored
docs: Redirect old admission control link (#7730)
* docs: Redirect old admission control link Fixes #7729 Fixes #7720 Signed-off-by: Charlie Egan <[email protected]> * website: Disable secret scan for x509 test cases Signed-off-by: Charlie Egan <[email protected]> --------- Signed-off-by: Charlie Egan <[email protected]>
1 parent 3a560fa commit 2b4722e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/static/_redirects

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# logs.
2626
/decision_logs /docs/management-decision-logs
2727

28+
# 7729 and #7720 were opened relating to this but we don't know the source of the old link
29+
/docs/kubernetes-admission-control.html /docs/kubernetes
30+
2831
# TODO: (charlieegan3) remove this after 2025-07-01
2932
/ecosystem/entry/open-policy-registry /ecosystem/entry/ocpr 301!
3033

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edge_functions = "docs/functions"
55

66
[build.environment]
77
NODE_VERSION = "22.15.0"
8+
# some examples in v1/test/cases/testdata/v0/cryptox509* flag the netlify
9+
# secret scan
10+
SECRETS_SCAN_OMIT_PATHS = "v1/test/cases,v1/topdown/crypto_test.go"
811

912
[[edge_functions]]
1013
# this path should not be changed as various external sites depend on it for OPA

0 commit comments

Comments
 (0)