-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/aws identity center integration #466
Conversation
GitHub Action status on a4434fb generated by comment-failure-action Lint, format and test code
Build containers CINo jobs failed 👍 |
GitHub Action status on 1955fa5 generated by comment-failure-action Lint, format and test code
Build containers CINo jobs failed 👍 |
GitHub Action status on 358a179 generated by comment-failure-action Lint, format and test code
Build containers CINo jobs failed 👍 |
GitHub Action status on 361555c generated by comment-failure-action Lint, format and test code
Build containers CINo jobs failed 👍 |
load_dotenv() | ||
|
||
|
||
def aws_dev_command(client, body, respond): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to do anything? It just returns the user id.
return wrapper | ||
|
||
|
||
@handle_aws_api_errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I like this approach to error handling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Summary | Résumé
Setup AWS integration with identity center
Move reusable api functions into dedicated integrations utils module