openscanhub: generate keytab files for FAS logins

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2023-11-28 14:52:15 +01:00
parent 14b561e2d5
commit ae6b285537

View file

@ -37,4 +37,14 @@
app: openscanhub
template: pvc-var-lib-osh.yml
objectname: pvc-var-lib-osh.yml
- role: openshift/keytab
app: openscanhub
key: /etc/httpd/conf/httpd.keytab
secret_name: openscanhub-keytab
service: HTTP
# https://pagure.io/fedora-infra/ansible/pull-request/1669#comment-195794
# We should get separate approval for "opencanhub.fedoraproject.org"
# Fix below line if correct route is not generated.
# https://pagure.io/fedora-infra/ansible/pull-request/1669#comment-195809
# host: "openscanhub.apps.ocp.stg.fedoraproject.org"
when: env == "staging"