From 38f5167f523a57971a21bd305b295484d908bd58 Mon Sep 17 00:00:00 2001 From: John Szinger Date: Fri, 16 Dec 2022 12:31:08 -0500 Subject: [PATCH] 0.5.1 tidy up for tag --- README.md | 2 +- drp_aa_mvp/data_rights_request/templates/drp_aa_mvp/index.html | 2 +- drp_aa_mvp/data_rights_request/views.py | 2 +- drp_aa_mvp/reporting/templates/reporting/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 534d042..712fdf5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OSIRAA - Open Source Implementers’ Reference Authorized Agent -Version 0.5.0 - Updated October 2022 +Version 0.5.1 - Updated December 2022 ## How to Use this App: OSIRAA (Open Source Implementers’ Reference Authorized Agent) is a test suite designed to simulate the role of an Authorized Agent in a Data Rights Protocol (DRP) environment. The application tests for the availability, correctness and completeness of API endpoints of a Privacy Infrastructure Provider (PIP) or Covered Business (CB) partner application. See https://github.com/consumer-reports-digital-lab/data-rights-protocol/blob/main/data-rights-protocol.md for more info on DRP system roles and API specification. diff --git a/drp_aa_mvp/data_rights_request/templates/drp_aa_mvp/index.html b/drp_aa_mvp/data_rights_request/templates/drp_aa_mvp/index.html index ed3268e..46ef8cb 100644 --- a/drp_aa_mvp/data_rights_request/templates/drp_aa_mvp/index.html +++ b/drp_aa_mvp/data_rights_request/templates/drp_aa_mvp/index.html @@ -2,7 +2,7 @@

OSIRAA - Open Source Implementer's Reference Authorized Agent


-

Version 0.5.0 - Updated October 2022

+

Version 0.5.1 - Updated December 2022

How to Use this App:
OSIRAA (Open Source Implementer's Reference Authorized Agent) is test suite designed to simulate the role of an Authorized Agent in a Digital Rights Protocol (DRP) environment. The application tests for the availability, correctness and completeness of API endpoints of a Privacy Infrastructure Provider (PIP) or Covered Business (CB) partner application. See https://github.com/consumer-reports-digital-lab/data-rights-protocol/blob/main/data-rights-protocol.md for more info on DRP system roles and API specification.

diff --git a/drp_aa_mvp/data_rights_request/views.py b/drp_aa_mvp/data_rights_request/views.py index 2f8173e..043e400 100644 --- a/drp_aa_mvp/data_rights_request/views.py +++ b/drp_aa_mvp/data_rights_request/views.py @@ -452,7 +452,7 @@ def post_exercise_rights(request_url, bearer_token, request_json): -H 'Authorization: Bearer eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..Y2pZOkoc445kyqOZAKGjzw.-scnX7wxH2MeTohuCPPThCUFp7qUoyRA2hJlOsSUix6RmYRT2uz2sPUZnT-07-jYz3-32G07aIEyk30JeoHHsg3SMUa7V8Y2OlBI0WMaZ3QUscEuVZa7s3RuVVfvtePD195MMmH5w3RQkgxMrP8Lj8KubiYnRYw2n_rVt0crtP75s0NSnIF2ThWCAiq5gaGAdYSjzHwMWi9OAZekEuxNmFaTa2tu_j9Hi8uLbvjsp9-z5IjmGGsiTPNbPj5JgCWOxy-E-Ub6KMWMcCIxoLAki_Qfo5d1JwffvDQsEJT4zefm3HSdpFphv579KpgStLVhIh4r_5OnLl-w-ueHfDO3iCMgw8KIw7p5GtiXWggCejhJCohcM_g2msfG9OFeMd-7vLiFUuk4d4dzIbXXdOHGcv-lL3EyQUnRzQRXVGV3wHnxvN3Xyli4YQUqCk_qkJ1yf8LSJejqTklaCwovwuMWEu6ZwrXVq9OorMphHtnoRW-Ngw4oYa8SIME0YF3vdchCaglbNDhMVVjFkUkKsNBHfqUiZWLyXlNCluhQpMKORW5Uqk0mLtgLX_U5BlkibjcR9440UZvZoT_LBpiT21nLLtCdidHfW7bEgH9-bBMtoEwBeBM_RmxT1ysRKrdJ0NZCZgyU3FMijV-XFmIt2aZDaD2fnDJDBP1q0Aw1tVfucESZJHKUQtVKp6Q.EMaYOKnSqk2ApwP-uss3CA' """ - request_headers = {'Authorization': "Bearer {bearer_token}"} + request_headers = {'Authorization': f"Bearer {bearer_token}"} response = requests.post(request_url, json=request_json, headers=request_headers) diff --git a/drp_aa_mvp/reporting/templates/reporting/index.html b/drp_aa_mvp/reporting/templates/reporting/index.html index 017d64e..d30de82 100644 --- a/drp_aa_mvp/reporting/templates/reporting/index.html +++ b/drp_aa_mvp/reporting/templates/reporting/index.html @@ -4,7 +4,7 @@

OSIRAA - Open Source Implementer's Reference Authorized Agent

DRP Cert Test Suite

-

Version 0.5 - Updated October 2022

+

Version 0.5.1 - Updated December 2022

See also https://github.com/consumer-reports-digital-lab/data-rights-protocol/blob/main/data-rights-protocol.md