mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
Drop plain text password from generated config file.
The passx is around for some time and it is not needed to put plaintext into config file forever.
This commit is contained in:
parent
ef37e6b721
commit
f8184165ed
@ -285,7 +285,6 @@ apiurl = %(apiurl)s
|
||||
|
||||
[%(apiurl)s]
|
||||
user = %(user)s
|
||||
pass = %(pass)s
|
||||
passx = %(passx)s
|
||||
# set aliases for this apiurl
|
||||
# aliases = foo, bar
|
||||
@ -294,6 +293,8 @@ passx = %(passx)s
|
||||
# additional headers to pass to a request, e.g. for special authentication
|
||||
#http_headers = Host: foofoobar,
|
||||
# User: mumblegack
|
||||
# Plain text password
|
||||
#pass =
|
||||
# Force using of keyring for this API
|
||||
#keyring = 1
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user