mirror of
https://github.com/getsops/sotp.git
synced 2026-02-05 09:45:59 +01:00
6503aaad266c8ea6bcb6f08f11838e55b1491a2e
Bumps [filippo.io/age](https://github.com/FiloSottile/age) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/FiloSottile/age/releases) - [Commits](https://github.com/FiloSottile/age/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: filippo.io/age dependency-version: 1.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
SOTP: Sops OTP
Small utility to store AWS TOTP secrets into Sops encrypted files and generate OTP on the command line.
Usage:
$ sotp test1
current one-time password is: 693190
Sotp reads it's configuration from config.yaml in the local directory.
The config must be a valid Sops encrypted YAML file with the syntax:
accounts:
- name: test1
totpsecret: YAGQP5IP77OO3HMPS3D2KPMSNLNDIB7EO22EGAN3JEGE3DAR37Z2U5YDGKGN44VA
- name: test2
totpsecret: xyzabcd....
nameis just a reference name that you'll use when invoking Sotptotpsecretis a the secret seed you get from theAdding a virtual MFAscreen in the AWS IAM console of a given user
Description
Languages
Go
100%
