Administer > Configure CSA > Marketplace Portal Attributes

Marketplace Portal Attributes

This section lists and describes the attributes that can be configured for the Marketplace Portal. Recommended modifications to the values can be found in the related feature's section in this guide or other documentation (for example, see Appendix: Identity Management component Configuration for more information about the Identity Management component-related attributes).

The attributes are located in the following file:

  • <PERSISTENT_VOLUME_PATH>/sync/csa/portal/conf/hcm-mpp.yaml

where,

CSA_HOME is the directory in which CSA is installed.

The following areas contain attributes that can be configured (for many attributes, default values are provided):

 

General Marketplace Portal Attributes

These attributes are general purpose attributes that can be configured for the Marketplace Portal.

Attribute Description
MPP_DEFAULT_ORGANIZATION_NAME

The organization identifier of the organization that is accessed by the Marketplace Portal when the Marketplace Portal is launched from a URL that does not specify the organization. The organization identifier is the unique name that CSA assigns to the organization, based on the organization display name (the organization identifier can be found in the General Information section of the Organizations menu of the Cloud Service Management Console).

Default: CONSUMER

MPP_SESSION_COOKIE_SECRET

The authentication cookie used to verify if a user is logged in and to encrypt the user's identification.

MPP_SESSION_TIME_OUT_DURATION

The amount of inactivity, in seconds, that causes the Marketplace Portal session to time out.

Default: 1800 (30 minutes)

MPP_SESSION_CLEANUP_INTERVAL

How often, in seconds, a background process is run to clean up expired sessions.

Default: 3600 (1 hour)

MPP_RCS_ENABLED

Property to enable or disable remote console service.

True: enabled

False disabled

Default: True

MPP_RCS_PROTOCOL

Protocol for remote console service.

Default:https

Possible values: http, https

MPP_RCS_HOST Remote console host name.
MPP_RCS_PORT Port of remote console service.
MPP_CONSUMPTION_ENABLE_CATALOG_ADMIN

This property helps the administrator manage the catalogs from MPP. It is enabled by default in a fresh install.

  • true enables the management of catalogs from MPP.
  • false disables the management of catalogs from MPP.

Default: true

MPP_CONSUMPTION_ENABLE_OFFERING_ADMIN

This property helps the administrator manage the offerings from MPP. It is enabled by default in a fresh install.

  • true enables the management of offerings from MPP.
  • false disables the management of offerings from MPP.

Default: true

 

Shopping Cart Attributes

These attributes are used to configure the shopping cart for the Marketplace Portal.

Attribute Description
MPP_CART_THRESHHOLD_QUANTITY

The minimum number of items in a shopping cart that, upon submission, may delay response time of the submission.

Default: 20

MPP_CART_MAXIMUM_QUANTITY

The maximum number of items in a shopping cart that can be submitted.

Default: 100