copr-mbs: set PDC_INSECURE to False
This commit is contained in:
parent
79e67653d3
commit
9d0a56f5bf
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class ProdConfiguration(base.ProdConfiguration):
|
||||||
|
|
||||||
YAML_SUBMIT_ALLOWED = True
|
YAML_SUBMIT_ALLOWED = True
|
||||||
|
|
||||||
|
PDC_INSECURE = False
|
||||||
|
|
||||||
# Only copr-frontend is allowed to communicate with this mbs instance
|
# Only copr-frontend is allowed to communicate with this mbs instance
|
||||||
# Therefore we don't require it to authenicate first, we trust it
|
# Therefore we don't require it to authenicate first, we trust it
|
||||||
NO_AUTH = True
|
NO_AUTH = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue