Clean up SSO role display in Slack alerts#113
Merged
Conversation
Adds ACM certificate (us-east-1), CloudFront distribution, and IPv6 support for the SSO portal redirect. Both HTTP and HTTPS on aws.javabin.no now redirect to javabin.awsapps.com/start.
Parse AWSReservedSSO_{permission-set}_{hash} into just the permission set
name. Console login alerts now show "javabin-admin (user@java.no)" instead
of "AWSReservedSSO_javabin-admin_009502fecd1db7fe (user@java.no)".
Terraform Plan🚧 Changes detected — Plan: 6 to add, 3 to change, 0 to destroy. Plan outputLLM ReviewRisk: 🟢 LOW Plan adds new cost analytics export and SSO redirect infrastructure with routine Lambda code updates.
|
Alexanderamiri
added a commit
that referenced
this pull request
May 9, 2026
## Summary
Parses `AWSReservedSSO_{permission-set}_{hash}` into just the permission
set name.
**Before:** `AWSReservedSSO_javabin-admin_009502fecd1db7fe
(alexander.amiri@java.no)`
**After:** `javabin-admin (alexander.amiri@java.no)`
Affects console login alerts and any other alert where the actor is an
SSO user.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Parses
AWSReservedSSO_{permission-set}_{hash}into just the permission set name.Before:
AWSReservedSSO_javabin-admin_009502fecd1db7fe (alexander.amiri@java.no)After:
javabin-admin (alexander.amiri@java.no)Affects console login alerts and any other alert where the actor is an SSO user.