Downloads:
82,623
Downloads of v 2.36.18:
1,944
Last Update:
21 Oct 2024
Package Maintainer(s):
Software Author(s):
- Mark Wolfe
- https://github.com/wolfeidau
Tags:
saml2aws admin aws saml cli- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
saml2aws (Install)
- 1
- 2
- 3
2.36.18 | Updated: 21 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
82,623
Downloads of v 2.36.18:
1,944
Maintainer(s):
Software Author(s):
- Mark Wolfe
- https://github.com/wolfeidau
saml2aws (Install) 2.36.18
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mark Wolfe, https://github.com/wolfeidau. The inclusion of Mark Wolfe, https://github.com/wolfeidau trademark(s), if any, upon this webpage is solely to identify Mark Wolfe, https://github.com/wolfeidau goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install saml2aws (Install), run the following command from the command line or from PowerShell:
To upgrade saml2aws (Install), run the following command from the command line or from PowerShell:
To uninstall saml2aws (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download saml2aws --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade saml2aws -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade saml2aws -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install saml2aws
win_chocolatey:
name: saml2aws
version: '2.36.18'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'saml2aws' do
action :install
source 'INTERNAL REPO URL'
version '2.36.18'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller saml2aws
{
Name = "saml2aws"
Version = "2.36.18"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'saml2aws':
ensure => '2.36.18',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Dec 2024.
CLI tool which enables you to login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP
The MIT License (MIT)
=====================
Copyright (c) 2016 Versent
--------------------------------------------
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
md5: C28964355568CFB0B6A87076943EC254 | sha1: CCD01820D8D54AE2ED8DBECE90C700AC82032B44 | sha256: 3751FFC060321489348F2FAD8F7091C155EBE2D99D5BDE0717155664B3062E95 | sha512: BFB0281F0F0BB81B8828F75460164EA08EF530775B5C1C3963DAC83785EEA48AFC23707700980A89808747084E142522FD9538F0708283625F9DB0E19C700FE3
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer has been automatically built from source which can be found on <http://github.com/Versent/saml2aws>
and can be verified like this:
1. Download the release version from <https://github.com/Versent/saml2aws/releases>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
Compare the checksums there with the checksum of the local binary in C:\ProgramData\Chocolatey\lib\saml2aws\src\saml2aws.exe
File 'LICENSE.txt' is obtained from <http://github.com/Versent/saml2aws/LICENSE.md>.
Log in or click on link to see number of positives.
- saml2aws.2.36.18.nupkg (8f9418cb674b) - ## / 60
- saml2aws.exe (3751ffc06032) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
saml2aws (Install) 2.36.18 | 1944 | Monday, October 21, 2024 | Approved | |
saml2aws (Install) 2.36.17 | 2127 | Thursday, August 1, 2024 | Approved | |
saml2aws (Install) 2.36.16 | 2184 | Tuesday, May 28, 2024 | Approved | |
saml2aws (Install) 2.36.15 | 2289 | Friday, March 29, 2024 | Approved | |
saml2aws (Install) 2.36.14 | 856 | Tuesday, March 19, 2024 | Approved | |
saml2aws (Install) 2.36.13 | 4414 | Wednesday, December 6, 2023 | Approved | |
saml2aws (Install) 2.36.12 | 2037 | Friday, October 27, 2023 | Approved | |
saml2aws (Install) 2.36.11 | 2078 | Wednesday, September 20, 2023 | Approved | |
saml2aws (Install) 2.36.10 | 4396 | Thursday, July 6, 2023 | Approved | |
saml2aws (Install) 2.36.4 | 6152 | Thursday, February 23, 2023 | Approved | |
saml2aws (Install) 2.36.3 | 825 | Friday, February 17, 2023 | Approved | |
saml2aws (Install) 2.36.2 | 3422 | Monday, November 28, 2022 | Approved | |
saml2aws (Install) 2.32.0 | 21367 | Wednesday, July 28, 2021 | Approved | |
saml2aws (Install) 2.31.0 | 1892 | Wednesday, June 30, 2021 | Approved | |
saml2aws (Install) 2.30.0 | 2679 | Monday, May 3, 2021 | Approved | |
saml2aws (Install) 2.28.4 | 2139 | Thursday, March 11, 2021 | Approved | |
saml2aws (Install) 2.28.3 | 510 | Wednesday, March 3, 2021 | Approved | |
saml2aws (Install) 2.28.2 | 496 | Friday, February 19, 2021 | Approved | |
saml2aws (Install) 2.28.1 | 249 | Tuesday, February 16, 2021 | Approved | |
saml2aws (Install) 2.28.0 | 208 | Monday, February 15, 2021 | Approved | |
saml2aws (Install) 2.27.1 | 3537 | Monday, September 21, 2020 | Approved | |
saml2aws (Install) 2.27.0 | 890 | Monday, August 24, 2020 | Approved | |
saml2aws (Install) 2.26.2 | 1478 | Monday, June 22, 2020 | Approved | |
saml2aws (Install) 2.26.1 | 1304 | Tuesday, May 5, 2020 | Approved | |
saml2aws (Install) 2.17.0 | 3589 | Thursday, October 3, 2019 | Approved | |
saml2aws (Install) 2.16.0 | 1197 | Thursday, July 25, 2019 | Approved | |
saml2aws (Install) 2.15.0 | 867 | Tuesday, June 4, 2019 | Approved | |
saml2aws (Install) 2.14.0 | 930 | Monday, April 8, 2019 | Approved | |
saml2aws (Install) 2.13.0 | 935 | Tuesday, January 15, 2019 | Approved | |
saml2aws (Install) 2.12.0 | 353 | Tuesday, January 8, 2019 | Approved | |
saml2aws (Install) 2.11.0 | 553 | Wednesday, November 21, 2018 | Approved | |
saml2aws (Install) 2.10.0 | 435 | Friday, October 19, 2018 | Approved | |
saml2aws (Install) 2.9.1 | 339 | Thursday, October 4, 2018 | Approved | |
saml2aws (Install) 2.9.0 | 356 | Monday, October 1, 2018 | Approved | |
saml2aws (Install) 2.3.0 | 1320 | Monday, February 12, 2018 | Approved | |
saml2aws (Install) 2.2.1 | 373 | Thursday, January 25, 2018 | Approved | |
saml2aws (Install) 2.0.1 | 576 | Wednesday, November 22, 2017 | Approved | |
saml2aws (Install) 1.8.4 | 521 | Wednesday, October 11, 2017 | Approved | |
saml2aws (Install) 1.3.2 | 629 | Monday, January 9, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about saml2aws (Install) and the saml2aws (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or saml2aws (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.