Deploy route for totp
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
c8b31c025b
commit
cc3530da34
1 changed files with 19 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
|||
app: fas
|
||||
file: service-yubikey.yml
|
||||
objectname: service-yubikey.yml
|
||||
- role: openshift/object
|
||||
app: fas
|
||||
file: service-totpcgi.yml
|
||||
objectname: service-totpcgi.yml
|
||||
- role: openshift/route
|
||||
app: fas
|
||||
routename: fas
|
||||
|
@ -96,6 +100,21 @@
|
|||
path: "/totpcgiprovision"
|
||||
serviceport: provision
|
||||
servicename: totpcgi
|
||||
- role: openshift/route
|
||||
app: fas
|
||||
routename: totpcgi
|
||||
host: "fas-all{{ env_suffix }}.phx2.fedoraproject.org"
|
||||
serviceport: totp
|
||||
servicename: totpcgi
|
||||
termination_passthrough: true
|
||||
- role: openshift/route
|
||||
app: fas
|
||||
routename: totpcgi-vpn
|
||||
host: "fas-all.vpn.phx2.fedoraproject.org"
|
||||
serviceport: totp
|
||||
servicename: totpcgi
|
||||
termination_passthrough: true
|
||||
when: env == "production"
|
||||
- role: openshift/object
|
||||
app: fas
|
||||
template: deploymentconfig-fas.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue