Skip to content

RDKEMW-14199: Moving AuthServiceHost configuration to the product layers#53

Open
sergiygladkyy wants to merge 1 commit intodevelopfrom
feature/RDKEMW-14199
Open

RDKEMW-14199: Moving AuthServiceHost configuration to the product layers#53
sergiygladkyy wants to merge 1 commit intodevelopfrom
feature/RDKEMW-14199

Conversation

@sergiygladkyy
Copy link
Copy Markdown
Contributor

@sergiygladkyy sergiygladkyy commented Mar 10, 2026

Reason for change: AuthServiceHost (XACS URL) is currently defined in region configs and stamped at build time. Moving it to product layers enables per-device control and aligns with the FKPS migration (RDK-48642).

Test Procedure: described in the ticket
Implements: recipe changes
Risks: No
Source: COMCAST
License: Apache-2.0
Upstream-Status: Pending

Reason for change: AuthServiceHost (XACS URL) is currently defined in region configs and stamped at build time. Moving it to product layers enables per-device control and aligns with the FKPS migration (RDK-48642).

Test Procedure: described in the ticket
Implements: recipe changes
Risks: No
Source: COMCAST
License: Apache-2.0
Upstream-Status: Pending
Signed-off-by: Sergiy Gladkyy <sgladkyy@productengine.com>
@sergiygladkyy sergiygladkyy requested a review from a team as a code owner March 10, 2026 19:02
Copilot AI review requested due to automatic review settings March 10, 2026 19:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves AuthServiceHost (XACS URL) handling out of region build-time stamping and into product-layer-controlled image assembly, aligning with the FKPS migration direction.

Changes:

  • Updates image class documentation to reflect AuthService-related files.
  • Enhances authservice-config.bbclass to (a) optionally generate /etc/authservice/config.json from BUILTIN_PARTNER_ID and (b) stamp /etc/rfcdefaults/authservice.ini with AuthServiceHost.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
conf/include/image-classes.inc Updates comment describing what the authservice-config image class installs/stamps.
classes/authservice-config.bbclass Adds build-time stamping of authservice.ini plus conditional creation of config.json based on product-layer variables.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread classes/authservice-config.bbclass
Comment thread classes/authservice-config.bbclass
Comment thread classes/authservice-config.bbclass
Comment thread conf/include/image-classes.inc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RDKEMW-14199: CI verification

2 participants