Skip to content

Commit

Permalink
add aws secrets manager in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Sep 5, 2022
1 parent 04f63ed commit 52ece28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,19 @@ When using AWS Secrets Manager to retrieve your Apple Developer Portal username
{"username":"your_username","password":"your_password"}
```

To help you to create this secret, you may use the following command: (Be sure to adjust the name of the AWS Region to your requirements. Using an AWS Region geographically close to you helps to reduce latency)
To help you to create this secret, you may use the following command.

Be sure to adjust the name of the AWS Region to your requirements. Using an AWS Region geographically close to you helps to reduce latency)

```zsh
~ xcodeinstall storesecrets -s us-east-1

This command captures your Apple ID username and password and store them securely in AWS Secrets Manager.
It allows this command to authenticate automatically, as long as no MFA is prompted.

⌨️ Enter your Apple ID username: sebsto@me.com
⌨️ Enter your Apple ID password:
✅ Credentials are securely stored
```

## How to contribute
Expand Down

0 comments on commit 52ece28

Please sign in to comment.