Skip to content
#

mfa

Here are 165 public repositories matching this topic...

ZoidBB
ZoidBB commented Dec 23, 2019

Currently if I "aws-vault foobar" and don't have a foobar profile in my aws config file, a profile section will be added and written to the file. However, if I then /remove/ the credentials, the profile section remains despite being empty. The expected behavior from me would be that if the profile were still empty (that is, never filled with extra data by the user), then it would be removed.

cli
meanbeanlib
meanbeanlib commented Apr 30, 2020

What would you like to be added

Allow more url variations in "step certificate inspect".
e.g.

// this works
step certificate inspect https://www.google.com

// these don't
step certificate inspect https://www.google.com/
step certificate inspect www.google.com:443
step certificate inspect www.google.com

Why this is needed

More convenience

cornelinux
cornelinux commented Apr 4, 2020

It might be useful to have a generic system for documenting anything within PrivacyIDEA. However that is a rather large undertaking.

See: #1814

We could have a table for documentation and then add links in this table where it links to.
But the questions would be

  • where display the documentation
  • to whom display the documention?
    • for users?
    • for admins?
dmcd
dmcd commented Aug 24, 2018

This bastion host is bloody useful and will save our team an enormous effort, thanks!

I had a little trouble working out how to run this on ECS so I'm posting my cloudformation template here for anyone that is looking to do the same:

AWSTemplateFormatVersion: 2010-09-09
Description: Bastion

Parameters:

  KeyPairName:
    Description: >-
      Enter a Public/private key pair. If
mmmorris1975
mmmorris1975 commented Apr 23, 2020

Decoding the SAMLResponse returned by IdPs is a pain during troubleshooting. We already process it in order to allow the -l flag to work to list roles associated with a SAML enabled profile. We should do something which will print the role ARN and principal ARN (maybe include RoleSessionName and SessionDuration too?) so that the info can be provided directly from the tool, and keep folks from

Improve this page

Add a description, image, and links to the mfa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mfa topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.