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.
Enter the following command in the Kubernetes command prompt under the
workspace
directory:
kubectl create -f infasecret.yaml
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: