Skip to content

Commit

Permalink
[Security] security/auth-proxy-ha-github-orga - Update OAuth2 Proxy t…
Browse files Browse the repository at this point in the history
…o 7.5.0 (#705)
  • Loading branch information
michaelwittig committed Sep 12, 2023
1 parent 63927ad commit 54394a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/auth-proxy-ha-github-orga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ Resources:
users:
oauth2-proxy: {}
sources:
'/opt/oauth2-proxy': 'https://github.com/oauth2-proxy/oauth2-proxy/releases/download/v7.4.0/oauth2-proxy-v7.4.0.linux-amd64.tar.gz'
'/opt/oauth2-proxy': 'https://github.com/oauth2-proxy/oauth2-proxy/releases/download/v7.5.0/oauth2-proxy-v7.5.0.linux-amd64.tar.gz'
files:
'/etc/oauth2-proxy.cfg':
content: !Sub
Expand Down Expand Up @@ -736,7 +736,7 @@ Resources:
User=oauth2-proxy
Group=oauth2-proxy
ExecStart=/opt/oauth2-proxy/oauth2-proxy-v7.4.0.linux-amd64/oauth2-proxy --config=/etc/oauth2-proxy.cfg
ExecStart=/opt/oauth2-proxy/oauth2-proxy-v7.5.0.linux-amd64/oauth2-proxy --config=/etc/oauth2-proxy.cfg
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Expand Down

0 comments on commit 54394a4

Please sign in to comment.