mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:59:52 +08:00
Fix Vagrant
This commit is contained in:
12
conf/client_secrets.json
Normal file
12
conf/client_secrets.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"web": {
|
||||
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "mbs-authorizer",
|
||||
"client_secret": "notsecret",
|
||||
"redirect_uris": [
|
||||
"http://localhost:13747/"
|
||||
],
|
||||
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
||||
"token_introspection_uri": "https://id.stg.fedoraproject.org/openidc/TokenInfo"
|
||||
}
|
||||
}
|
||||
@@ -119,7 +119,7 @@ class DevConfiguration(BaseConfiguration):
|
||||
KOJI_ARCHES = ['x86_64']
|
||||
KOJI_REPOSITORY_URL = 'http://kojipkgs.stg.fedoraproject.org/repos'
|
||||
|
||||
OIDC_CLIENT_SECRETS = "client_secrets.json"
|
||||
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')
|
||||
|
||||
SSL_CERTIFICATE_FILE = path.join(confdir, 'server.crt')
|
||||
SSL_CERTIFICATE_KEY_FILE = path.join(confdir, 'server.key')
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=Scheduler for the Module Build Service
|
||||
After=network.target
|
||||
Documentation=https://pagure.io/fm-orchestrator
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/mbs-daemon
|
||||
Type=simple
|
||||
User=fedmsg
|
||||
Group=fedmsg
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user