Add default configs for customer data console features#8188
Add default configs for customer data console features#8188SujanSanjula96 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new configuration section to the identity core server feature default JSON file, introducing console feature flags and OAuth scope/permission mappings for customer data profile attributes, profiles, service, and unification rules. ChangesCustomer Data Feature Configuration
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8188 +/- ##
============================================
- Coverage 52.96% 52.87% -0.10%
+ Complexity 21068 20985 -83
============================================
Files 2197 2197
Lines 129347 129409 +62
Branches 19335 19107 -228
============================================
- Hits 68512 68424 -88
- Misses 52481 52635 +154
+ Partials 8354 8350 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|



Purpose
Adds default configuration values for the customer data (CDS) console features to
org.wso2.carbon.identity.core.server.feature.default.json. These populate theconsole.customer_data_*keys consumed by the consoledeployment.config.json.j2template.Changes
Adds default entries (following the existing flat dot-notation convention) for:
console.customer_data_profile_attributesconsole.customer_data_profilesconsole.customer_data_serviceconsole.customer_data_unification_rulesEach defines
enabled(defaultfalse) and itsscopes(feature/create/read/update/delete).Related
The consuming template blocks are added in a companion PR to
wso2/identity-apps.