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

PR-3244 S3 credential fix #644

Merged
merged 2 commits into from
Oct 24, 2022
Merged

PR-3244 S3 credential fix #644

merged 2 commits into from
Oct 24, 2022

Conversation

reweeden
Copy link
Contributor

@reweeden reweeden commented Oct 21, 2022

The main fix comes from updating the rain-api-core dependency to the version that will dedupe statement resources

@reweeden reweeden force-pushed the rew/pr-3244-s3-credential-fix branch from de662fd to f4a39ef Compare October 21, 2022 16:32
if policy is None:
template_vars = {
"contentstring": "You do not have permission to access any data.",
"title": "Could not access data",
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this really matters but it seems weird to have contentstring before title

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea, unfortunately this is the order it's in everywhere. I'd love to refactor this whole file and fix all sorts of stuff like this, but last time I tried to do that I got blocked because people didn't like that refactoring would cause additional commits to be created in the history...

mock_make_html_response.assert_called_once_with(
{
"contentstring": "You do not have permission to access any data.",
"title": "Could not access data",
Copy link
Contributor

Choose a reason for hiding this comment

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

Again, a little weird

mckadesorensen
mckadesorensen previously approved these changes Oct 21, 2022
@reweeden reweeden merged commit f326721 into devel Oct 24, 2022
@reweeden reweeden deleted the rew/pr-3244-s3-credential-fix branch October 24, 2022 17:15
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.

3 participants