Skip to content

Pass S3 access keys from existent secret #296

Description

@gcrm3

Make the possibility of loading the s3 accessKey and secretKey from a secret instead of being passed from the values to the config map. This way this keys can be outside the values file. Can be enabled by a value like:

externalS3:
  - loadKeysFromSecret: true

These would then be passed to milvus deployment with the environment variables MINIO_SECRET_ACCESS_KEY and MINIO_ACCESS_KEY_ID as presented here https://milvus.io/docs/configure_minio.md.
I can contribute to this feature with a pull request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions