COF-C02 · Question #641
What kind of authentication do Snowpipe REST endpoints use?
The correct answer is B. Key-based. Snowpipe REST API endpoints use key pair (key-based) authentication. Users must generate an RSA key pair, associate the public key with their Snowflake user account, and then use the private key to sign a JWT (JSON Web Token). That JWT is included in REST API requests to…
Question
What kind of authentication do Snowpipe REST endpoints use?
Options
- AOAuth
- BKey-based
- CUsername and password
- DSingle Sign-On (SSO)
How the community answered
(16 responses)- A6% (1)
- B88% (14)
- C6% (1)
Explanation
Snowpipe REST API endpoints use key pair (key-based) authentication. Users must generate an RSA key pair, associate the public key with their Snowflake user account, and then use the private key to sign a JWT (JSON Web Token). That JWT is included in REST API requests to authenticate to Snowpipe. Username/password credentials, OAuth tokens, and SSO are not supported authentication mechanisms for the Snowpipe REST API.
Topics
Community Discussion
No community discussion yet for this question.