Table of Contents

Search

How to Configure Big Data Management on Kubernetes

How to Configure Big Data Management on Kubernetes

Step 11. Create a Secret to Secure the Password and Key Pass Phrase

Step 11. Create a Secret to Secure the Password and Key Pass Phrase

You can create a secret to secure the sensitive information, such as OAuth tokens and SSH keys. Instead of storing the information in a pod definition or in a docker image, you can store the secret securely.
Ensure that you create the following secrets before using it with a pod:
  • Domain password. Password for the domain administrator.
  • Database password. Password for the database user account.
  • Encryption key pass phrase. Keyword to create an encryption key to secure the sensitive data in the domain.
  1. Enter the following command in the Kubernetes command prompt under the
    workspace
    directory:
    kubectl create -f infasecret.yaml
  2. To authenticate your private image registry, create a secret and pass it in the YAML file required for Informatica server pod creation.
    For more details about the secure pod creation, refer the following Kubernetes documentation links:

0 COMMENTS

We’d like to hear from you!