-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Expected/desired behavior
Currently we have to add aws_secret_key, aws_security_token etc to .rcinfo file. In a security perspective, this is not a good practice. Sametime developers might be using any other tools that uses Amazon's SDKs which expect secrets either in environment variables(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY etc) or in the ~/.aws/credentials file (source). If XCRemoteCache also supports these methods, we can avoid checking in security keys to the repository, and it will be helpful for developers already using Amazon services.
Relevant integration setup
- CocoaPods cocoapods-xcremotecache plugin
- Automatic integration using
xcprepare integrate ... - Manual integration
[ ] Carthage << -- I dont think this option is relevant, or am I mistaken?
Metadata
Metadata
Assignees
Labels
No labels