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
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
propertyAdd a new proprty,
spring.cloud.oci.compartment.ocid
. This is the default compartment OCID property, falling back tospring.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.
The text was updated successfully, but these errors were encountered: