mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-11 00:41:21 +08:00
Add authentication for product pages
This commit is contained in:
@@ -662,6 +662,21 @@ class Config(object):
|
||||
"stream has been released. If it has, the stream may be modified automatically "
|
||||
"to use a different support stream.",
|
||||
},
|
||||
"product_pages_token_endpoint": {
|
||||
"type": str,
|
||||
"default": "",
|
||||
"desc": "The endpoint to request a token to authenticate with Product Pages.",
|
||||
},
|
||||
"product_pages_oidc_client_id": {
|
||||
"type": str,
|
||||
"default": "",
|
||||
"desc": "Client ID to authenticate with the token endpoint.",
|
||||
},
|
||||
"product_pages_client_secret": {
|
||||
"type": str,
|
||||
"default": "",
|
||||
"desc": "Client secret to authenticate with the token endpoint.",
|
||||
},
|
||||
"product_pages_module_streams": {
|
||||
"type": dict,
|
||||
"default": {},
|
||||
|
||||
Reference in New Issue
Block a user