From d320d243af59eb314c487113495fa69a36ec2ce6 Mon Sep 17 00:00:00 2001
From: Nils Berge <60594671+nils-work@users.noreply.github.com>
Date: Mon, 18 Sep 2023 19:40:28 +1000
Subject: [PATCH 1/3] Clarification of Energy PRD Obligations
Addresses: https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611
---
.../source/includes/releasenotes/releasenotes.1.27.0.html.md | 3 ++-
slate/source/includes/security/endpoints/_register.md | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
index beea47a6..052fd170 100644
--- a/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
+++ b/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
@@ -21,7 +21,7 @@ This release addresses the following minor defects raised on [Standards Staging]
This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):
-- [Maintenance Issue xxx - Description](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/xxx)
+- [Maintenance Issue 611 - Clarification of Energy PRD Obligations](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611)
### Decision Proposals
@@ -54,6 +54,7 @@ This release addresses the following Decision Proposals published on [Standards]
|Change|Description|Link|
|------|-----------|----|
+| Clarification of Energy PRD Obligations | **[Standards Maintenance #611](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611):** Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector | [Security Endpoints](../../#security-endpoints) |
## Register Standards
diff --git a/slate/source/includes/security/endpoints/_register.md b/slate/source/includes/security/endpoints/_register.md
index 9dfb3cff..c35ebeff 100644
--- a/slate/source/includes/security/endpoints/_register.md
+++ b/slate/source/includes/security/endpoints/_register.md
@@ -35,12 +35,15 @@ Host: cdr.register
```
+```diff
+Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector
+```
Participants will be required to register base URIs against each of their brands to facilitate the implementation of the Consumer Data Standards
| Base URI | DH Brand | ADR Brand | Description
|-----------|------|------|-----------------------------------------------------------------------------------------------|
-|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication |
+|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI and are not required, but **MAY**, provide a redirect to the product reference endpoints hosted by the designated data holder. |
|**ResourceBaseUri**| | | Base URI for the Consumer Data Standard resource endpoints. This should encompass all CDS resource endpoints requiring authentication |
|**InfoSecBaseUri**| | | Base URI for the Consumer Data Standard InfoSec endpoints. This provides ADRs reference to the [OIDC Discovery Endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) |
|**AdminBaseUri**| | | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register |
From 4e9f69d4bef34ecdd2264fd4bac6ed3a38d15ee2 Mon Sep 17 00:00:00 2001
From: James Bligh <40985476+JamesMBligh@users.noreply.github.com>
Date: Mon, 9 Oct 2023 10:35:07 +1100
Subject: [PATCH 2/3] Update _register.md
Updated to remove the reference to a specific technology pattern (ie. 'redirect')
---
slate/source/includes/security/endpoints/_register.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/slate/source/includes/security/endpoints/_register.md b/slate/source/includes/security/endpoints/_register.md
index c35ebeff..4d17ba0b 100644
--- a/slate/source/includes/security/endpoints/_register.md
+++ b/slate/source/includes/security/endpoints/_register.md
@@ -43,7 +43,7 @@ Participants will be required to register base URIs against each of their brands
| Base URI | DH Brand | ADR Brand | Description
|-----------|------|------|-----------------------------------------------------------------------------------------------|
-|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI and are not required, but **MAY**, provide a redirect to the product reference endpoints hosted by the designated data holder. |
+|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI, but **MAY**, provide access to the product reference endpoints hosted by the designated data holder. |
|**ResourceBaseUri**| | | Base URI for the Consumer Data Standard resource endpoints. This should encompass all CDS resource endpoints requiring authentication |
|**InfoSecBaseUri**| | | Base URI for the Consumer Data Standard InfoSec endpoints. This provides ADRs reference to the [OIDC Discovery Endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) |
|**AdminBaseUri**| | | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register |
From 39ac95c0ed4cc412b9cd97ee0925c205180b4404 Mon Sep 17 00:00:00 2001
From: James Bligh <40985476+JamesMBligh@users.noreply.github.com>
Date: Mon, 9 Oct 2023 10:37:46 +1100
Subject: [PATCH 3/3] Update _register.md
Reverted the change because the text was explicit in the decision
---
slate/source/includes/security/endpoints/_register.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/slate/source/includes/security/endpoints/_register.md b/slate/source/includes/security/endpoints/_register.md
index 4d17ba0b..cbff592a 100644
--- a/slate/source/includes/security/endpoints/_register.md
+++ b/slate/source/includes/security/endpoints/_register.md
@@ -1,4 +1,4 @@
-### Register Endpoints
+![image](https://github.com/ConsumerDataStandardsAustralia/standards-staging/assets/40985476/87db5359-6d31-476e-8589-ccdc8dc34599)### Register Endpoints
The CDR Register exposes an OIDC Configuration Endpoint with associated JWKS and token endpoints to facilitate issuance of access tokens to consume the protected Register APIs.
@@ -43,7 +43,7 @@ Participants will be required to register base URIs against each of their brands
| Base URI | DH Brand | ADR Brand | Description
|-----------|------|------|-----------------------------------------------------------------------------------------------|
-|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI, but **MAY**, provide access to the product reference endpoints hosted by the designated data holder. |
+|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI and are not required, but **MAY**, provide a redirect to the product reference endpoints hosted by the designated data holder. |
|**ResourceBaseUri**| | | Base URI for the Consumer Data Standard resource endpoints. This should encompass all CDS resource endpoints requiring authentication |
|**InfoSecBaseUri**| | | Base URI for the Consumer Data Standard InfoSec endpoints. This provides ADRs reference to the [OIDC Discovery Endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) |
|**AdminBaseUri**| | | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register |