Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to get the CSRF secrets for Edge UI (Apigee OPDK)-Install configuration

 

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 Solved
0 2 365
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2

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.