Adding secrets to Vault

This topic describes the systematic instructions to adding secrets to Vault.

The ADB credentials for the Vector store and the key file needed to access OCI GenAI services are kept as secrets in Vault:Add the specified secrets with their names and content to the Vault.

  1. aif-23ai-adb-credentials
    username=<oracle_vectorstore_adb_username>
    password=<oracle_vectorstore_adb_pasword>
    dsn=<oracle_vectorstore_adb_dsn_connection_string>
    walletPassword=<oracle_vectorstore_adb_wallet_password>
    
  2. aif-generative-ai-key-file
    1. contents of .pem file from step: Setting OCI GenAI credentialssetting-oci-genai-credentials-dont-use.xml#GUID-4A948CA0-862D-422B-B56F-FA7261BD0038
  3. aif-generative-ai-config-file
    1. contents of config file from step: Setting OCI GenAI credentialssetting-oci-genai-credentials-dont-use.xml#GUID-4A948CA0-862D-422B-B56F-FA7261BD0038
    [DEFAULT]
    user=ocid1.user.oc1....xyzs
    fingerprint=ab:cd:xx:xxx:hl
    tenancy=ocid1.tenancy.oc1...ab
    region=uk-london-1
    compartment_id=ocid1.compartment.oc1....abcda
    key_file=<path to your private keyfile>