Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #84 from ARGOeu/devel
Browse files Browse the repository at this point in the history
Version 0.1.15
  • Loading branch information
themiszamani authored Jun 2, 2021
2 parents 2940999 + fea6849 commit c28a7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/refresh_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
4 changes: 3 additions & 1 deletion nagios-plugins-argo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -44,6 +44,8 @@ rm -rf %{buildroot}


%changelog
* Wed Jun 2 2021 Katarina Zailac <[email protected]> - 0.1.15-1%{?dist}
- ARGO-3150 Add eduperson_entitlement scope to refresh_token
* Mon Aug 31 2020 Katarina Zailac <[email protected]> - 0.1.13-1%{?dist}
- ARGO-2442 Monitor OIDC refresh token expiration
- ARGO-2443 Implement probe for fetching tokens
Expand Down

0 comments on commit c28a7db

Please sign in to comment.