PingAccess

Configuring PingAccess for Kong Gateway integration

To allow Kong Gateway to use the PingAccess Sideband API for authorization and request and response modification, create a sideband client in PingAccess that represents Kong Gateway.

Before you begin

About this task

Prepare PingAccess to authenticate requests from Kong Gateway by configuring a header name and shared secret for Kong Gateway to authenticate with.

You can find more information about sideband clients in Sideband Clients.

Steps

  1. In the PingAccess admin console, click Applications, then go to Sideband Clients.

  2. Click Add Sideband Clients.

  3. In the Name field, enter a unique name for the sideband client.

  4. (Optional) In the Description field, enter a description for the sideband client.

  5. In the Secrets section, add a secret:

    Result:

    The New Secret page opens.

  6. On the New Secret page, click Copy to copy the new secret to your clipboard.

    • Save the secret in a secure location. You’ll use it in the following procedure.

    • Version 1.2.0 of the ping-auth plugin supports referenceable secrets. For security reasons, store the shared secret in a vault supported by Kong. Learn more in Secrets Management and Environment Variables Vault in the Kong documentation.

    • When you use the secret, replace the <client name> placeholder value with the Name you configured in step 3.

  7. Click Done.

  8. (Optional) In the Header Name field, enter a unique, descriptive name to make it easier to tell your configured secrets apart.

  9. Click Save.

Next steps