Update Docker Environment Variable - https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/45711363/Docker+Environmental+variables#AuthnAuth-Specific-Variables%3A-Use-Only-When-Deploying-Knowhow-with-Auth-Application
Postgres DB verify
Once AUTH Domain URL is Up - Generate API Resource Key for KnowHOW Application
Generate API token only permission SUPERADMIN User who have root access of central AUTH system
Generate API via 2 ways (
baseUrlDomain
will be authnauth DNS ( Auth backend URL )You Have to logged in via SUPERADMIN Browser and Hit Above URL in browser it self
Code Block language json API Request : {baseUrlDomain}/api/generateAPIKey/PSKnowHOW
hit in postmen as per below method - for that Copy AUTH Cookie from browser as use in header and
...
You have to add API Resource Key as auth.resourceAPIKey in Knowhow application side
...