You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add CloudStorage config and region fallback to BSL
When a DataProtectionApplication references a CloudStorage CR, the BSL
now inherits configuration values from the CloudStorage CR as fallback,
similar to the credential fallback mechanism.
Changes:
- BSL now uses CloudStorage CR's Config field as base configuration
- CloudStorage CR's Region field is automatically added to BSL config
- DPA's CloudStorageLocation.Config values override CloudStorage values
- Added comprehensive test coverage for config fallback behavior
This enhancement allows users to define provider-specific settings once
in the CloudStorage CR without needing to duplicate them in the DPA,
while still maintaining the ability to override specific values at the
DPA level when needed.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments