Deploy GitHub Pages
This commit is contained in:
parent
9d4f9619f4
commit
c86a60af7c
8 changed files with 114 additions and 72 deletions
|
|
@ -1301,7 +1301,7 @@ into a Kubernetes cluster and use it to protect the Kubernetes Dashboard using g
|
|||
</li>
|
||||
<li>OAUTH2_PROXY_CLIENT_SECRET with the github <code class="codehilite"><Client Secret></code></li>
|
||||
<li>
|
||||
<p>OAUTH2_PROXY_COOKIE_SECRET with value of <code class="codehilite"><span class="n">python</span> <span class="o">-</span><span class="n">c</span> <span class="s1">'import os,base64; print base64.b64encode(os.urandom(16))'</span></code></p>
|
||||
<p>OAUTH2_PROXY_COOKIE_SECRET with value of <code class="codehilite"><span class="n">python</span> <span class="o">-</span><span class="n">c</span> <span class="s1">'import os,base64; print(base64.b64encode(os.urandom(16)).decode("ascii"))'</span></code></p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Customize the contents of the file dashboard-ingress.yaml:</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue