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 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>"
- The public key must be the
- Update the Cortex configuration files. For more information, see the Cortex configuration files
- For the
roleHierarchy.config
file ensure that aBUYER
role exists and is the last item listed (e.g.,roles=["PUBLIC","REGISTERED","BUYER"]
)
- For the
- To complete updating Elastic Path Commerce, update or replace the property file. Details are available in Elastic Path CloudOps for AWS (Amazon Web Services)