Skip to content

Commit 806e347

Browse files
Update packages/core/ai_core_sdk/credentials.py
Co-authored-by: Zhongpin Wang <zhongpin.wang@sap.com>
1 parent ee003a8 commit 806e347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/ai_core_sdk/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def fetch_credentials(profile: str = None, credential_values: List[CredentialsVa
269269
"""
270270
Fetch credentials from a single source based on precedence.
271271
272-
Precedence order: kwargs > environment variables > service key > config file > VCAP service
272+
Precedence order: kwargs > separate environment variables > service key > config file > VCAP service
273273
274274
Once a source is selected (first one with any credential), all credentials
275275
come from that source only. Resource group is an exception and follows

0 commit comments

Comments
 (0)