Listings: Change to resharing defaults (Pending)

Attention

This behavior change is in the 2026_05 bundle.

For the current status of the bundle, refer to Bundle history.

When this behavior change bundle is enabled, listings are enabled for resharing within the consumer’s organization by default, unless resharing is explicitly disabled on the listing.

Before the change:

Resharing of a listing was disabled by default. Providers had to set resharing.enabled to true in the listing manifest to allow consumers to reshare.

After the change:

Listings are enabled for resharing within the consumer’s organization by default. The effective resharing configuration becomes:

resharing:
  enabled: true
  only_within_organization: true

To alter the default configuration, see the resharing field in the listing manifest reference.

Ref: 2324