We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69547b commit f50db59Copy full SHA for f50db59
redshift_connector/plugin/saml_credentials_provider.py
@@ -100,7 +100,7 @@ def refresh(self: "SamlCredentialsProvider") -> None:
100
role: str = ""
101
provider: str = ""
102
for arn in arns:
103
- arn = arn.strip() # remove trailing or leading whitespace
+ arn = arn.strip() # remove trailing or leading whitespace
104
if role_pattern.match(arn):
105
role = arn
106
if provider_pattern.match(arn):
0 commit comments