
This video is only available to subscribers. Start a subscription today to get access to this and 478 other videos.
Managing Secrets
Episode
#308
|
17 minutes
| published on
October 30, 2017
| Uses iOS-11.1, CocoaPods-1.3.1, Xcode-9.1-beta1
Subscribers Only
Our applications often depend on 3rd party services that require API tokens, Client IDs & Secrets, Passwords and other sensitive data. This data should not be checked into your source repository for numerous reasons. Having control over who has access to keys is important, especially for larger organizations. In this episode I will show you one technique for managing these keys without having to check them into git.
Episode Links
- cocoapods-keys
- The Silver Searcher - This is the
ag
tool I was using in Terminal