You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "kevinmarlis (via GitHub)" <gi...@apache.org> on 2023/04/26 20:07:10 UTC

[GitHub] [incubator-sdap-nexus] kevinmarlis opened a new pull request, #247: Support for using service accounts for handling AWS credentials

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-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-sdap-nexus] ngachung merged pull request #247: SDAP-476 Support for using service accounts for handling AWS credentials

Posted by "ngachung (via GitHub)" <gi...@apache.org>.
ngachung merged PR #247:
URL: https://github.com/apache/incubator-sdap-nexus/pull/247


-- 
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-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-sdap-nexus] ngachung commented on pull request #247: Support for using service accounts for handling AWS credentials

Posted by "ngachung (via GitHub)" <gi...@apache.org>.
ngachung commented on PR #247:
URL: https://github.com/apache/incubator-sdap-nexus/pull/247#issuecomment-1633343619

   Thanks @kevinmarlis. Looks good. If you can please create an associated SDAP ticket and resolve CHANGELOG.md conflict, this can be merged.


-- 
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-unsubscribe@sdap.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org