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
|
app: fas
|
||||||
file: service-yubikey.yml
|
file: service-yubikey.yml
|
||||||
objectname: service-yubikey.yml
|
objectname: service-yubikey.yml
|
||||||
|
- role: openshift/object
|
||||||
|
app: fas
|
||||||
|
file: service-totpcgi.yml
|
||||||
|
objectname: service-totpcgi.yml
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: fas
|
app: fas
|
||||||
routename: fas
|
routename: fas
|
||||||
|
@ -96,6 +100,21 @@
|
||||||
path: "/totpcgiprovision"
|
path: "/totpcgiprovision"
|
||||||
serviceport: provision
|
serviceport: provision
|
||||||
servicename: totpcgi
|
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
|
- role: openshift/object
|
||||||
app: fas
|
app: fas
|
||||||
template: deploymentconfig-fas.yml
|
template: deploymentconfig-fas.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue