Skip to content
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

ensure consistency with ewizapp code #36

Merged
merged 2 commits into from
Nov 12, 2024
Merged

ensure consistency with ewizapp code #36

merged 2 commits into from
Nov 12, 2024

Conversation

spodgorny9
Copy link
Collaborator

No description provided.

aws_access_key_id=access_key,
aws_secret_access_key=secret_key,
aws_session_token=session_token)
secret = os.getenv('AWS_SECRET_ACCESS_KEY')
Copy link
Collaborator Author

@spodgorny9 spodgorny9 Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The app uses SSO to access aws resources so the cloud team removed the assert statements since they were breaking the deployment. Doing it this way should preserve functionality locally and keep the deployment structure intact . Let me know what you think.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's fine, you could also raise a warning that would be ignored on the app

aws_access_key_id=access_key,
aws_secret_access_key=secret_key,
aws_session_token=session_token)
secret = os.getenv('AWS_SECRET_ACCESS_KEY')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's fine, you could also raise a warning that would be ignored on the app

@spodgorny9 spodgorny9 merged commit 1d02910 into main Nov 12, 2024
15 checks passed
@spodgorny9 spodgorny9 deleted the sp/app_alignment branch November 12, 2024 21:38
github-actions bot pushed a commit that referenced this pull request Nov 12, 2024
ensure consistency with ewizapp code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants