Federation Issues
Config Not Updating
Section titled “Config Not Updating”Symptoms: Changes to team config not reflected
Fix:
scc org update --team <team-name># orscc org update --all-teamsTrust Validation Failed
Section titled “Trust Validation Failed”Symptoms: “Trust validation error”
Causes:
- Team added unauthorized marketplace
- Marketplace URL doesn’t match patterns
Fix:
scc team validate <team-name>Check marketplace_source_patterns in org config.
Config Fetch Failed
Section titled “Config Fetch Failed”Symptoms: “Failed to fetch team config”
Causes:
- Repository URL incorrect
- Auth token expired
- Branch doesn’t exist
Fix:
- Check repository accessibility
- Verify token in org config
- Check branch name
Marketplace Collision
Section titled “Marketplace Collision”Symptoms: “Marketplace name collision”
Cause: Team marketplace name conflicts with org
Fix: Use unique name in team config.
Cache Issues
Section titled “Cache Issues”Clear cached team config:
rm -rf ~/.cache/scc/team-config/scc update