Skip to content

chore: AppFic Followup MR: BED-7398#168

Merged
rvazarkar merged 3 commits intomainfrom
appfic-followup
Mar 10, 2026
Merged

chore: AppFic Followup MR: BED-7398#168
rvazarkar merged 3 commits intomainfrom
appfic-followup

Conversation

@rvazarkar
Copy link
Contributor

@rvazarkar rvazarkar commented Feb 20, 2026

Added missing data for AppFICs

Summary by CodeRabbit

  • New Features
    • Added a new public data representation for federated identity credentials with JSON-serializable fields: audiences, id, issuer, name, subject, and description.
    • Exposes structured identity metadata to downstream features and integrations without altering existing behavior.

https://specterops.atlassian.net/browse/BED-7398?search_id=51c5c709-c17f-444a-8c22-a80ed357d61d

@coderabbitai
Copy link

coderabbitai bot commented Feb 20, 2026

Walkthrough

A new public data structure FICData was added to the models package with fields Audiences, ID, Issuer, Name, Subject, and Description, each annotated with JSON tags for serialization.

Changes

Cohort / File(s) Summary
FIC Data Model
models/app-fic.go
Adds exported FICData struct with fields: Audiences []string, ID string, Issuer string, Name string, Subject string, Description string (all with JSON tags).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A tiny struct hops into place,
Audiences, ID, and Issuer trace,
Name and Subject join the run,
Description tucked beneath the sun,
JSON-ready, our work is done. 🥕

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'chore: AppFic Followup MR: BED-7398' is vague and references an external issue ID without clearly describing the actual change made to the codebase. Revise the title to be more descriptive of the actual change, e.g., 'chore: Add FICData struct with audience and description fields' or similar, to clearly communicate what was added/modified.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch appfic-followup

Comment @coderabbitai help to get the list of available commands and usage tips.

@rvazarkar rvazarkar changed the title AppFic Followup MR chore: AppFic Followup MR: BED-7398 Mar 10, 2026
@rvazarkar rvazarkar merged commit 04f79ab into main Mar 10, 2026
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants