From c08709a821cb7cc13756bbe0c36d39de3c1e532c Mon Sep 17 00:00:00 2001 From: aledbf Date: Fri, 4 Dec 2020 23:30:12 +0000 Subject: [PATCH] Deploy GitHub Pages --- .../external-auth-headers/authsvc/authsvc.go | 5 +- sitemap.xml | 100 +++++++++--------- sitemap.xml.gz | Bin 686 -> 687 bytes 3 files changed, 53 insertions(+), 52 deletions(-) diff --git a/examples/customization/external-auth-headers/authsvc/authsvc.go b/examples/customization/external-auth-headers/authsvc/authsvc.go index 7f254fc83..6453d9401 100644 --- a/examples/customization/external-auth-headers/authsvc/authsvc.go +++ b/examples/customization/external-auth-headers/authsvc/authsvc.go @@ -18,17 +18,18 @@ package main import ( "fmt" - "math/rand" "net/http" "strconv" "strings" + + "k8s.io/apimachinery/pkg/util/uuid" ) // Sample authentication service returning several HTTP headers in response func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { if strings.ContainsAny(r.Header.Get("User"), "internal") { - w.Header().Add("UserID", strconv.Itoa(rand.Int())) + w.Header().Add("UserID", fmt.Sprintf("%v", uuid.NewUUID())) w.Header().Add("UserRole", "admin") w.Header().Add("Other", "not used") fmt.Fprint(w, "ok") diff --git a/sitemap.xml b/sitemap.xml index 7ee9e241d..83c23a8af 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,203 +1,203 @@ https://kubernetes.github.io/ingress-nginx/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/how-it-works/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/troubleshooting/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/kubectl-plugin/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/development/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/deploy/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/deploy/baremetal/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/deploy/rbac/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/deploy/upgrade/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/deploy/hardening-guide/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/basic-usage/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/custom-template/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/custom-errors/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/external-articles/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/miscellaneous/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/tls/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/modsecurity/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/opentracing/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/PREREQUISITES/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/affinity/cookie/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/auth/basic/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/auth/client-certs/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/auth/external-auth/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/auth/oauth-external-auth/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/configuration-snippets/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/custom-configuration/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/custom-errors/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/custom-headers/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/external-auth-headers/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/ssl-dh-param/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/customization/sysctl/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/docker-registry/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/grpc/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/multi-tls/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/rewrite/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/static-ip/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/tls-termination/ - 2020-12-02 + 2020-12-04 daily https://kubernetes.github.io/ingress-nginx/examples/psp/ - 2020-12-02 + 2020-12-04 daily \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 702ca396485fdde6524bbf4f66b1c4eec9bb0c31..b01ee40f90bcba21fcf8bc64031f3793d0c49207 100644 GIT binary patch delta 672 zcmV;R0$=^E1+N7MABzYGg2u{`2OWRO^w4&Qb4q7&YxCy;gtWFb$dbCd3ecyo1Wuat zkV~gCYYt#ZyTcE$UVR^IZVsbgJOh%8;d*(wS}zw6Otdca*UP8JZ|d{%roGr?^aQ*p z!GW%q19SS?H2eL2MUG+AiB=K&hRjd~)J&7jdi7=5*4*}DQ6C#0O1IrV?2EeIwYG+GE{N%h&uB+Udk(VZrgiJ^0SM$P586HdI< zFimRBYFqH3a5obid4@*Hc4fhR9Sj<2BhzDXL>gm)|Y>UqDYdk;Z9za`|75KXwb%y*zUfH3lBt6av`$&epXkZ)7u4qw&-Vx(bG;5DZ zw(dANJ0;XGy;36Vi!YKbG^zekV3bRuDa$vlN@E>ekbeRv`hO66d2xCn;PyAYe%pIJ GA^-rQA56ah delta 671 zcmV;Q0$}~G1+E1LABzYG7k0;y2OWRm)OLt-N@sFw^XCDCw6-U!w<1ueIIOZkE36_0FsO0W_i6@FBcF@v@Y~F%jc)B>eKSJz1n8<1iUE0 zfo_%qbNbRWhr?k-j$zb^RuTJ#%uoi@Oq0!e^?BLW-1cfwA6p+yTa&3|@AH2SFaQIs zddEZFtz2x%+aeID(7SMKwoOfV&DF$XwC!fSS*z=fT5rnoG&hBqL5ChXgdeTd&Y!l; zyP0#$wy8A#fHcH|a;y#!_au>zG3K2I8e-(KA`!8M81^dpT*eX!Exdq_X@tNs@sf`x z!DKs)Fam2Ym=Sl{2*%5)M{R#WFyWxlLMThB&rT+3CcugAJfTbso$E7dF2|j4;+-aE zR3_ceac^}9ky7Q(!`;K(_vib^`=`4{(WJWTT&Q(wV%$5B z&6;_*xKR0+MTwW&NEv@XCi%3#l|dbe$Bp$_%?J8ob==SQUVieHih@fCgcr#lAK>EL z#Q%2ncYL|V^Y7dPXbZCf|8S$uke|paJ5-gV$2no2$gmd;Y@^v1EsD@PVmygv?J>#L z9cO2!gc_zdN`yo4MY4q^)jtZ1a!E90`KDEAtfLF^PvAuVZ!Zt8&MySq{sQRlp<6v7 F005>|Qi%Wn