aleios-cloud / aleios-cloud/sls-dev-tools
Single Sign On Support
未关闭
- 主要语言
- JavaScript
- 星标
- 871
- 派生
- 45
- PR 合并指标
- 30 天内没有已合并 PR
描述
**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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。