Update Elastic Path Commerce
note
Account Management API is now deprecated and we recommend that you use Account Management functionality built into Elastic Path Commerce 8.2 and later.
Pre-requisites
- Ensure that all requirements described in the Requirements section are met
- Ensure that the JWT private and public key are generated
Procedure
Generate the
config/jwtTokenStrategy.config
file with the public key that is specified in the requirements.The public key must be the
Base64
encoded value without headers, footers, or line breaks and the generated file must contain,publicKey="<YOUR PUBLIC KEY>"
.Update the Cortex configuration files.
For more information, see the Cortex configuration files section.
Note: Ensure that a
BUYER
role exists in theroleHierarchy.config
file, and the last role in the list isBUYER
. For example,roles=["PUBLIC","REGISTERED","BUYER"]
.To complete updating Elastic Path Commerce, update or replace the property file.
For more information on updating the property files, see the Elastic Path CloudOps for AWS (Amazon Web Services) documentation.