kevinmarlis opened a new pull request, #247: URL: https://github.com/apache/incubator-sdap-nexus/pull/247
This PR modifies the `values.yaml`, `collection-manager.yml`, and `granule-ingester.yml` files to support the use of service accounts to handle AWS credentials. `values.yaml` includes a new optional `ingestion/granules/s3/serviceAccountName` field. If a service account is provided, the collection manager and granule ingester pods will attach the service account and will ignore anything in the `ingestion/granules/s3/awsCredsEnvs` field in `values.yaml`. If `serviceAccountName` is left empty, the CM and ingester pods will fall back to using the `awsCredsEnvs` credentials in `values.yaml`. This should allow for support of either method of supplying AWS credentials. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org