Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. 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

  2. Postgres DB verify

  3. Once AUTH Domain URL is Up - Generate API Resource Key for KnowHOW Application

    1. Generate API token only permission SUPERADMIN User who have root access of central AUTH system

    2. Generate API via 2 ways ( baseUrlDomain will be authnauth DNS ( Auth backend URL )

      1. You Have to logged in via SUPERADMIN Browser and Hit Above URL in browser it self

        1. Code Block
          languagejson
          API Request : {baseUrlDomain}/api/generateAPIKey/PSKnowHOW
      2. 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

...