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
| enable\_auto\_expire | Enable expiring AWS Access Keys older than the defined expiration\_age. This will remove AWS API access for expired IAM users |`bool`|`true`| no |
24
-
| enable\_sns\_topic | Enable use of sns topic to send messages through |`bool`|`false`| no |
25
-
| expiration\_age | The age (in days) at which the keys will be considered expired and will expire if auto disable is turned on. |`number`|`90`| no |
26
-
| schedule | Schedule to run the audit. Default daily between M-F at 18:00 UTC |`string`|`"cron(0 18 ? * MON-FRI *)"`| no |
27
-
| slack\_message\_text | The content of the message sent to Slack directly |`string`|`""`| no |
28
-
| slack\_message\_title | The title of the message sent to Slack directly |`string`|`""`| no |
29
-
| slack\_url | The Slack webhook url to directly message Slack |`string`|`""`| no |
30
-
| sns\_message | The message that will be sent through the SNS topic |`string`|`""`| no |
31
-
| sns\_topic\_arn | SNS topic to send messages to, to be routed to slack-notify |`string`|`""`| no |
32
-
| warning\_age | The age (in days) at which the keys will be considered old and the associated user will start to receive warnings |`number`|`80`| no |
33
-
34
-
## Outputs
35
-
36
-
No output.
37
-
38
-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
39
6
40
7
## What is this for
41
8
@@ -72,17 +39,6 @@ For listing Slack account IDs in bulk look at the [user_hash_dump.py](./scripts/
72
39
73
40
If the information isn't specified an error will be thrown in the logs and the plain text username will be in the notification.
74
41
75
-
#### Deploy
76
-
77
-
Now all the dependencies are ready and the environment is prepped for Sleuth usage we can now deploy the lambda.
0 commit comments