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 ead8a72 commit 8490820Copy full SHA for 8490820
veadk/integrations/ve_identity/identity_client.py
@@ -77,7 +77,7 @@ def try_get_vefaas_credentials():
77
ve_iam_cred.session_token,
78
)
79
except FileNotFoundError:
80
- pass # If VeFaaS IAM file not found, ignore
+ pass # If VeFaaS IAM file not found, ignore
81
except Exception as e:
82
logger.warning(f"Failed to retrieve credentials from VeFaaS IAM: {e}")
83
return None
0 commit comments