Question

FPT
VN
Last activity: 27 Mar 2025 4:39 EDT
Constellation AppStatic Sync, Keystore, and Permissions Issues in Pega AKS Deployment
1. How can I configure the subpath for the AppStatic URL on AKS?
I'm trying to access AppStatic using a URL like /c11n-appstatic/v860
, but it returns a 404 error. I suspect the subpath isn’t correctly mapped in the ingress or routing configuration.
From the deploying constellation AppStatic document, the subpath is configured "/constellation-appstatic" in the deployment and ingress.
What's the recommended way to handle this in an AKS deployment?
2. How should I configure the keystore to support image uploads from Pega Web?
1. How can I configure the subpath for the AppStatic URL on AKS?
I'm trying to access AppStatic using a URL like /c11n-appstatic/v860
, but it returns a 404 error. I suspect the subpath isn’t correctly mapped in the ingress or routing configuration.
From the deploying constellation AppStatic document, the subpath is configured "/constellation-appstatic" in the deployment and ingress.
What's the recommended way to handle this in an AKS deployment?
2. How should I configure the keystore to support image uploads from Pega Web?
When attempting to upload images, I receive an authentication error from httpmain.assetsUpdate()
. It appears the file cannot be encrypted, possibly due to misconfigured keystore.json file. What is the proper way to set this up?
3. How can I resolve a permission issue in the AppStatic pod's working directory?
The directory /usr/src/app/dist/customers
is owned by the root user, which prevents the application from reading/writing to it. How to fix this? & what's the best practice to allow AppStatic to manage files in this directory securely?