awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
528 stars 182 forks source link

Possible to map Group names or remove a prefix? #217

Open mrchief opened 2 months ago

mrchief commented 2 months ago

Is your feature request related to a problem? Please describe. I'm wondering if it's possible to map google group names to AWS names. E.g., I'm prefixing all Google Groups with awsconsole to support name matches like name:awsconsole*. But it looks silly in AWS to see groups named awsconsolegroup1, awsconsolegroup2.

Describe the solution you'd like It'd be nice to have a feature to setup a map or at the very least, an option to remove the prefix.

Describe alternatives you've considered Other than writing my own github action to handle the sync, I'm not sure if there's any option to explore here.

Additional context N/A