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
Copy file name to clipboardExpand all lines: modules/iam-user/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@ When `pgp_key` is specified as `keybase:username`, make sure that that user has
15
15
This module outputs commands and PGP messages which can be decrypted either using [keybase.io web-site](https://keybase.io/decrypt) or using command line to get user's password and user's secret key:
16
16
-`keybase_password_decrypt_command`
17
17
-`keybase_secret_key_decrypt_command`
18
+
-`keybase_ses_smtp_password_v4_decrypt_command`
18
19
-`keybase_password_pgp_message`
19
20
-`keybase_secret_key_pgp_message`
21
+
-`keybase_ses_smtp_password_v4_pgp_message`
20
22
21
23
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
22
24
## Requirements
@@ -70,6 +72,7 @@ No modules.
70
72
| Name | Description |
71
73
|------|-------------|
72
74
| <aname="output_iam_access_key_encrypted_secret"></a> [iam\_access\_key\_encrypted\_secret](#output\_iam\_access\_key\_encrypted\_secret)| The encrypted secret, base64 encoded |
75
+
| <aname="output_iam_access_key_encrypted_ses_smtp_password_v4"></a> [iam\_access\_key\_encrypted\_ses\_smtp\_password\_v4](#output\_iam\_access\_key\_encrypted\_ses\_smtp\_password\_v4)| The encrypted secret access key converted into an SES SMTP password by applying AWS's Sigv4 conversion algorithm |
73
76
| <aname="output_iam_access_key_id"></a> [iam\_access\_key\_id](#output\_iam\_access\_key\_id)| The access key ID |
74
77
| <aname="output_iam_access_key_key_fingerprint"></a> [iam\_access\_key\_key\_fingerprint](#output\_iam\_access\_key\_key\_fingerprint)| The fingerprint of the PGP key used to encrypt the secret |
75
78
| <aname="output_iam_access_key_secret"></a> [iam\_access\_key\_secret](#output\_iam\_access\_key\_secret)| The access key secret |
| <aname="output_keybase_ses_smtp_password_v4_decrypt_command"></a> [keybase\_ses\_smtp\_password\_v4\_decrypt\_command](#output\_keybase\_ses\_smtp\_password\_v4\_decrypt\_command)| Decrypt SES SMTP password command |
94
+
| <aname="output_keybase_ses_smtp_password_v4_pgp_message"></a> [keybase\_ses\_smtp\_password\_v4\_pgp\_message](#output\_keybase\_ses\_smtp\_password\_v4\_pgp\_message)| Encrypted SES SMTP password |
90
95
| <aname="output_pgp_key"></a> [pgp\_key](#output\_pgp\_key)| PGP key used to encrypt sensitive data for this user (if empty - secrets are not encrypted) |
0 commit comments