Link lists following for Edge UI Install for Apigee OPDK 4.51.00
# Location of Edge UI.
MANAGEMENT_UI_PUBLIC_URIS=$MANAGEMENT_UI_SCHEME://$MANAGEMENT_UI_IP:$MANAGEMENT_UI_PORT
MANAGEMENT_UI_SSO_REGISTERED_PUBLIC_URIS=$MANAGEMENT_UI_PUBLIC_URIS
MANAGEMENT_UI_SSO_CSRF_SECRET=YOUR_CSRF_SECRET
Can some one guide how to get the "YOUR_CSRF_SECRET" ? or who will provide such information ? any detailed guide on same will help.
@dino @Former Community Member @anilsagar pls update
Solved! Go to Solution.
The CSRF secret just needs to be something secret and unique to your organization. Using a random password generator or similar would be a good way to generate this, so long as you ensure any special characters are quoted appropriately.
If you have multiple UI nodes, I would recommend using the same MANAGEMENT_UI_SSO_CSRF_SECRET for all of them.
The CSRF secret just needs to be something secret and unique to your organization. Using a random password generator or similar would be a good way to generate this, so long as you ensure any special characters are quoted appropriately.
If you have multiple UI nodes, I would recommend using the same MANAGEMENT_UI_SSO_CSRF_SECRET for all of them.
@cjking Thanks for your response, hopefully such information can be updated to docs for clarity.