toddlers, poddlers: Add kerberos authentication for koji session
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
5a3851a187
commit
6437323747
2 changed files with 18 additions and 0 deletions
|
@ -112,6 +112,15 @@ bugzilla_group = "fedora_contrib"
|
||||||
# Base URL for the Koji build system
|
# Base URL for the Koji build system
|
||||||
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
# Credentials for koji session
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||||
|
keytab = "/etc/keytabs/service.keytab"
|
||||||
|
{% else %}
|
||||||
|
principal = "toddlers/os-control01.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
|
||||||
|
keytab = "/etc/keytabs/service.keytab"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Base URL for the Koji package db
|
# Base URL for the Koji package db
|
||||||
kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
|
kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
|
|
@ -112,6 +112,15 @@ bugzilla_group = "fedora_contrib"
|
||||||
# Base URL for the Koji build system
|
# Base URL for the Koji build system
|
||||||
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
# Credentials for koji session
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||||
|
keytab = "/etc/keytabs/service.keytab"
|
||||||
|
{% else %}
|
||||||
|
principal = "toddlers/os-control01.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
|
||||||
|
keytab = "/etc/keytabs/service.keytab"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Base URL for the Koji package db
|
# Base URL for the Koji package db
|
||||||
kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
|
kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue