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

Fix Addresses Used in IamAwsProvider #1460

Closed

Conversation

sam-mosleh
Copy link

Fixes #1459

minio/credentials/providers.py Outdated Show resolved Hide resolved
minio/credentials/providers.py Outdated Show resolved Hide resolved
@sam-mosleh sam-mosleh force-pushed the fix-iam-credentials-provider branch from b5630b1 to 39c2f51 Compare November 22, 2024 20:59
@sam-mosleh
Copy link
Author

sam-mosleh commented Nov 26, 2024

@balamurugana Since Python 3.7+ includes a built-in _replace method which is the preferred way to alter the SplitResult values, would you be open to refactoring the code to remove the custom url_replace function?

If you're on board with this, I can submit a follow-up PR to make the change.

@balamurugana
Copy link
Member

@balamurugana Since Python 3.7+ includes a built-in _replace method which is the preferred way to alter the SplitResult values, would you be open to refactoring the code to remove the custom url_replace function?

If you're on board with this, I can submit a follow-up PR to make the change.

@sam-mosleh You could leave the code as is.

@setu4993
Copy link
Contributor

setu4993 commented Dec 6, 2024

I just noticed this. I just created #1464 which is an alternative implementation for the same fix.

@setu4993
Copy link
Contributor

setu4993 commented Dec 6, 2024

I don't have a preference on which one we move forward with but would love to see either be merged + released soon.

@sam-mosleh
Copy link
Author

@setu4993 Your implementation of the fix exactly matches the initial implementation in this PR. However, there were changes requested earlier. Thanks for the ping!

@balamurugana Is there anything blocking the merge? It’s been almost two weeks without feedback, and I’d appreciate any updates on this.

@balamurugana
Copy link
Member

I am closing on behalf of #1465

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.

Invalid Address Used for IMDSv2
3 participants