Skip to content

Commit 5f0d399

Browse files
Add comments
1 parent 332be8e commit 5f0d399

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package net.snowflake.client.core.auth.wif;
22

33
enum WorkloadIdentityProviderType {
4-
AWS,
5-
AZURE,
6-
GCP,
7-
OIDC
4+
AWS, // Provider that builds an encoded pre-signed GetCallerIdentity request using the current workload's IAM role.
5+
AZURE, // Provider that requests an OAuth access token for the workload's managed identity.
6+
GCP, // Provider that requests an ID token for the workload's attached service account.
7+
OIDC // Provider that looks for an OIDC ID token.
88
}

0 commit comments

Comments
 (0)