toddlers, poddlers: Make toddler retrieve the principal and keytab
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
4b9df5a3e2
commit
95ff81ef4f
2 changed files with 4 additions and 0 deletions
|
@ -213,6 +213,8 @@ profile = "stg"
|
|||
{% else %}
|
||||
profile = "koji"
|
||||
{% endif %}
|
||||
principal = {{service}}/{{host}}
|
||||
keytab = /etc/keytabs/service.keytab
|
||||
|
||||
# Configuration section for scm_request_processor
|
||||
[consumer_config.scm_request_processor]
|
||||
|
|
|
@ -211,6 +211,8 @@ profile = "stg"
|
|||
{% else %}
|
||||
profile = "koji"
|
||||
{% endif %}
|
||||
principal = {{service}}/{{host}}
|
||||
keytab = /etc/keytabs/service.keytab
|
||||
|
||||
# Configuration section for scm_request_processor
|
||||
[consumer_config.scm_request_processor]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue