Hi all,
I would like to turn off the google login in anitya. Google has stopped supporting regular openid in favor of openid connect which we currently do not support. So basically, the google login is currently broken, this patch will remove the option from the UI.
+1s/-1s?
Thanks,
Pierre
Google's openid has been turned off and we currently do not support openid connect that they only support now --- roles/anitya/frontend/templates/anitya.cfg | 1 + 1 file changed, 1 insertion(+)
diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index 20ec9be..ed8a23d 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -21,6 +21,7 @@ ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org' ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org' {% endif %}
+ANITYA_WEB_ALLOW_GOOGLE_OPENID = False
# This is required to fix login PREFERRED_URL_SCHEME='https'
+1
With kind regards, Patrick Uiterwijk Fedora Infra
----- Original Message -----
Google's openid has been turned off and we currently do not support openid connect that they only support now
roles/anitya/frontend/templates/anitya.cfg | 1 + 1 file changed, 1 insertion(+)
diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index 20ec9be..ed8a23d 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -21,6 +21,7 @@ ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org' ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org' {% endif %}
+ANITYA_WEB_ALLOW_GOOGLE_OPENID = False
# This is required to fix login PREFERRED_URL_SCHEME='https' -- 2.1.0 _______________________________________________ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org
Sure. +1
Are there any plans to support the new one someday?
kevin
infrastructure@lists.fedoraproject.org