aleios-cloud / aleios-cloud/sls-dev-tools

Single Sign On Support

Aperta
#679 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
871
Fork
45
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

**Twitter Handle:**
*(if you'd like a shoutout when we add the feature)*

I use AWS Single Sign On (SSO) and would like to use the sls-dev-tools with transparent sign on.

### Example

```bash
sls-dev-tools --profile dev
```

```toml
# ~/.aws/config
[profile dev]
sso_start_url = "https://my-sso-portal.awsapps.com/start"
sso_region = "us-east-1"
sso_account_id = "123456789011"
sso_role_name = "Developer"
region = "us-west-2"
output = "json"
```

The sls-dev-tools would handle this by signing in and attaining the temporary credentials for the SSO role in the associated account.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.