From 52ece281eae21dc6b36133fc13323416ed699a21 Mon Sep 17 00:00:00 2001 From: Sebastien Stormacq Date: Mon, 5 Sep 2022 18:33:10 +0200 Subject: [PATCH] add aws secrets manager in readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af68f54..bfbb0e2 100644 --- a/README.md +++ b/README.md @@ -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