From 5124d49e1b25d7327467b88c4e0d2262d3fcbb39 Mon Sep 17 00:00:00 2001 From: Katarina Zailac Date: Mon, 31 May 2021 12:29:58 +0200 Subject: [PATCH 1/2] modify scope for refresh token --- modules/refresh_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/refresh_token.py b/modules/refresh_token.py index 2435b80..31ea0f6 100755 --- a/modules/refresh_token.py +++ b/modules/refresh_token.py @@ -48,7 +48,7 @@ def main(): "client_secret": args.client_secret, "grant_type": "refresh_token", "refresh_token": args.refresh_token, - "scope": "openid email profile" + "scope": "openid email profile eduperson_entitlement" }, timeout=args.timeout ) From 7c076f2a773e1ab922fccbb17022362f91fe3634 Mon Sep 17 00:00:00 2001 From: Katarina Zailac Date: Wed, 2 Jun 2021 15:52:50 +0200 Subject: [PATCH 2/2] bump version --- nagios-plugins-argo.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nagios-plugins-argo.spec b/nagios-plugins-argo.spec index 1ed9742..1c43501 100644 --- a/nagios-plugins-argo.spec +++ b/nagios-plugins-argo.spec @@ -4,7 +4,7 @@ Name: nagios-plugins-argo Summary: ARGO components related probes. -Version: 0.1.14 +Version: 0.1.15 Release: 1%{?dist} License: ASL 2.0 Source0: %{name}-%{version}.tar.gz @@ -44,6 +44,8 @@ rm -rf %{buildroot} %changelog +* Wed Jun 2 2021 Katarina Zailac - 0.1.15-1%{?dist} +- ARGO-3150 Add eduperson_entitlement scope to refresh_token * Mon Aug 31 2020 Katarina Zailac - 0.1.13-1%{?dist} - ARGO-2442 Monitor OIDC refresh token expiration - ARGO-2443 Implement probe for fetching tokens