ExamGecko
Question list
Search
Search

Question 679 - COF-C02 discussion

Report
Export

What kind of authentication do Snowpipe REST endpoints use?

A.
OAuth
Answers
A.
OAuth
B.
Key-based
Answers
B.
Key-based
C.
Username and password
Answers
C.
Username and password
D.
Single Sign-On (SSO)
Answers
D.
Single Sign-On (SSO)
Suggested answer: B

Explanation:

Snowpipe uses key-based authentication for its REST endpoints. This involves generating and using a key pair (public and private keys) to securely authenticate API requests.

Generate Key Pair: Generate a public and private key pair.

Register Public Key: Register the public key with the Snowflake user that will be making the API requests.

Authenticate Requests: Use the private key to sign API requests sent to Snowpipe REST endpoints.

References:

Snowflake Documentation: Key Pair Authentication & Key Rotation

Snowflake Documentation: Using Snowpipe REST API

asked 23/09/2024
Petya Pavlova
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first