Creating Secrets in Kubernetes

Creating Secrets in Kubernetes

Overview

The Apono Connector uses the Kubernetes Secretsarrow-up-right to connect to resource integration without storing any secrets.

Step by step guide

Prerequisites

  1. An Apono connector installed in your Kubernetes cluster

Create a new secret for Apono

  1. Create the secret

📘 NOTE: each integration requires different secret parameters

Consult the integration's guide to learn more

kubectl create secret generic <<SecretName>> <INSERT PARAM PAIRS HERE> 
  1. Label the secret with apono-connector-read: true:

  1. Give the Apono connector permissions to the secret:

Provide Apono with the secret

  1. When adding a new integration, provide the secret details:

  2. Namespace

  3. Secret name

Last updated

Was this helpful?