github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/test/integration/config/prow/cluster/101_secrets.yaml (about) 1 apiVersion: v1 2 kind: Secret 3 metadata: 4 namespace: default 5 name: hmac-token 6 stringData: 7 hmac: abcde12345 8 --- 9 # Used by Gerrit integration tests, the value doesn't matter 10 apiVersion: v1 11 kind: Secret 12 metadata: 13 name: http-cookiefile 14 namespace: default 15 type: Opaque 16 data: 17 # This is just "helloworld" in base64. 18 cookies: aGVsbG93b3JsZA== 19 --- 20 apiVersion: v1 21 kind: Secret 22 metadata: 23 namespace: default 24 name: cookie 25 stringData: 26 secret: "NkczOE1oS213cjZBUjlqZTFZYlpmaVNTSEVNYXpCekl0TUhmQTBYZWlRTnpOYVN3L0FDcDA1V3FBSU9VUVI2MAo=" 27 --- 28 apiVersion: v1 29 kind: Secret 30 metadata: 31 namespace: default 32 name: github-oauth-config 33 stringData: 34 secret: | 35 client_id: 67dba0364b7fadddccab 36 client_secret: 4898de28817bd96ad3911b9f145c86f00542dd44 37 redirect_url: https://kind-prow/github-login/redirect 38 final_redirect_url: https://kind-prow/pr