Skip to content

Rename OCI compartment properties name and service level global properties should be optional #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vipulAery opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@vipulAery
Copy link

vipulAery commented Mar 5, 2025

The compartment OCID must be mentioned multiple times, and is not consistently used across modules. The following changes are requested for managing compartment OCIDs:
Deprecate the spring.cloud.oci.compartment.static property
Add a new proprty, spring.cloud.oci.compartment.ocid. This is the default compartment OCID property, falling back to spring.cloud.oci.compartment.static if not present.
Ensure each service has an optional service-level compartment OCID property. Deprecate any service level properties named "compartment". If the service-level compartment OCID is set, use that for the service compartment, otherwise, use the global compartment OCID.

@andytael andytael added the enhancement New feature or request label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants