Skip to content

Commit

Permalink
Adds saml2aws
Browse files Browse the repository at this point in the history
  • Loading branch information
leucos committed Dec 2, 2020
1 parent be8a117 commit 5ebf327
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ Currently supported distributions are:
- [popeye](https://github.com/derailed/popeye)
- [promtail](https://github.com/grafana/loki/)
- [rancher](https://rancher.com/docs/rancher/v1.6/en/)[^1]
- [saml2aws](https://github.com/Versent/saml2aws)
- [scan-exporter](https://github.com/devops-works/scan-exporter)
- [shaloc]("https://github.com/eze-kiel/shaloc")
- [ssllabs-scan](https://github.com/ssllabs/ssllabs-scan)
Expand Down
14 changes: 14 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,20 @@ sources:
binaries:
- "rancher-v{{ .Version }}/rancher"

saml2aws:
description: >
CLI tool which enables you to login and retrieve AWS temporary
credentials using a SAML IDP
list:
type: github-releases
url: https://api.github.com/repos/Versent/saml2aws/releases
fetch:
url: https://github.com/Versent/saml2aws/releases/download/v{{ .Version }}/saml2aws_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- saml2aws

scan-exporter:
description: Scans targets and exposes results to Prometheus.
list:
Expand Down

0 comments on commit 5ebf327

Please sign in to comment.