Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-37489

The secret format for AWS CSI driver needs to be updated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Normal Normal
    • None
    • 4.17
    • None
    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The secret format for CSI driver has been changed [1], data.aws_access_key_id and data.aws_secret_access_key are not supported anymore.
      
      The Sample Secret object in Manually creating long-term credentials [2] section should be updated as well.
      
      [1] https://github.com/openshift/csi-operator/pull/202
      [2] https://docs.openshift.com/container-platform/4.16/installing/installing_aws/ipi/installing-restricted-networks-aws-installer-provisioned.html#manually-create-iam_installing-restricted-networks-aws-installer-provisioned
      
      
          

      Version-Release number of selected component (if applicable):

      4.17 document
          

      Expected results:

      For secret openshift-cluster-csi-drivers/ebs-cloud-credentials, the format should be:
      apiVersion: v1
      kind: Secret
      metadata:
        name: <component_secret>
        namespace: <component_namespace>
      data:
        credentials: <base64_encoded_aws_profile_content>
      
          

            ocp-docs-bot OCP DocsBot
            yunjiang-1 Yunfei Jiang
            Yunfei Jiang Yunfei Jiang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: