What's New
resolve_base_mount()function: New public utility function exported fromsap_cloud_sdk.core.secret_resolver. Resolves the effective base path for mount-based secret discovery by checking theSERVICE_BINDING_ROOTenvironment variable first, falling back to the providedbase_volume_mountargument.SERVICE_BINDING_ROOTsupport:read_from_mount_and_fallback_to_env_varnow respects theSERVICE_BINDING_ROOTenvironment variable as defined by the servicebinding.io v1.1.0 specification. When set, it overrides thebase_volume_mountargument for mount path resolution.
Improvements
- User guides for AuditLog, Destination, DMS, ObjectStore, and AI Core were standardized with a consistent configuration section format.
read_from_mount_and_fallback_to_env_varcallers (AuditLog, Destination, DMS) now passbase_volume_mountandbase_var_nameexplicitly for clarity.
Contributors
Application Foundation Toolkit Libraries Team