You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins:
- name: "aws"enabled: truesource: "github.com/StanGirard/yatas-aws"version: "latest"description: "Check for AWS good practices"exclude:
# - AWS_S3_001include:
# - "AWS_VPC_004"# - "AWS_VPC_003"ignore:
- id: "AWS_VPC_004"regex: truevalues:
- "VPC Flow Logs are not enabled on vpc-888.*"
- id: "AWS_VPC_003"regex: falsevalues:
- "VPC has only one gateway on vpc-08ffec87e034a8953"pluginsConfiguration:
- pluginName: awsaccounts:
- profile: "my-awesome-profile"sso: falseregion: "eu-west-3"name: "yatas"
It may be due to old links that point to @StanGirard profile instead of Padok profile.
By the way, after two tries, the --install command gets rate limited.
Logs on the third try.
2022/11/07 15:56:23 [DEBUG] Mkdir plugin dir: /Users/thomas/.yatas.d/plugins/github.com/StanGirard/yatas-aws/latest
GOGOGOGOG StanGirard yatas-aws latest
GOGOGOGOG StanGirard yatas-aws latest
2022/11/07 15:56:23 [DEBUG] Request to https://api.github.com/repos/StanGirard/yatas-aws/releases/tags/latest
failed to fetch GitHub releases: GET https://api.github.com/repos/StanGirard/yatas-aws/releases/latest: 403 API rate limit exceeded for195.135.98.90. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) [rate resetin 39m15s]
The text was updated successfully, but these errors were encountered:
Problem: The
YATAS --install
crashes on download AWS plugin.Debug Logs :
.yatas.yml
It may be due to old links that point to @StanGirard profile instead of Padok profile.
By the way, after two tries, the
--install
command gets rate limited.Logs on the third try.
The text was updated successfully, but these errors were encountered: