nerdexam
Snowflake

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…

Account Access and Security

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)
  • A
    6% (1)
  • B
    88% (14)
  • C
    6% (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

#Snowpipe#REST API#Authentication#Key-based authentication

Community Discussion

No community discussion yet for this question.

Full COF-C02 Practice