terraform-aws-sso-elevator icon indicating copy to clipboard operation
terraform-aws-sso-elevator copied to clipboard

Slack bot to temporary assign AWS SSO Permission set to a user

Results 21 terraform-aws-sso-elevator issues
Sort by recently updated
recently updated
newest added

https://github.com/fivexl/terraform-aws-sso-elevator/blob/main/vars.tf#L83 https://github.com/fivexl/terraform-aws-sso-elevator/blob/main/vars.tf#L89

enhancement

Alexey's thoughts: [Identity & Access Management](https://schema.ocsf.io/1.1.0/categories/iam?extensions=) -> [User Access Management [3005]](https://schema.ocsf.io/1.1.0/classes/user_access?extensions=) User Access Management events report management updates to a user’s privileges. :bulb: Maybe it’s worth writing SSO Elevator logs...

enhancement

Hi, if I apply locally - Terraform sees no difference with remote state. All resources are present in state. But if I remove local cache and then try to run...

bug

Is it possible to create new bot/branch for integration with MS Teams?

someday-maybe

https://github.com/fivexl/terraform-aws-sso-elevator/blob/main/src/slack_helpers.py#L112 Now we can show only 99 accounts in initial form, because of limitation in StaticSelectElement https://slack.dev/python-slack-sdk/api-docs/slack_sdk/models/blocks/block_elements.html#:~:text=StaticSelectElement(InputInteractiveElement)%3A%0A%20%20%20%20type%20%3D%20%22static_select%22-,options_max_length%20%3D%20100,-option_groups_max_length%20%3D%20100%0A%0A%20%20%20%20%40property%0A%20%20%20%20def%20attributes(

tech-debt

App showing `Loading available accounts and permission sets...` if var.config is empty and no accounts found. Logs: ``` { "level": "ERROR", "location": "request_wired_func_wrapper:30", "message": "Failed to run an internal function...

https://github.com/localstack/localstack/pull/8184

bug

Revoke permissions before schedule

enhancement
someday-maybe