Authentication

NotoDB uses your AWS IAM credentials to authenticate. Given that NotoDB runs on top of Amazon S3, it takes advantage of the IAM features of AWS for all authentication.

To connect to NotoDB, set the following headers in all requests to the API:

x-access-key-id: {AWS IAM ACCESS KEY ID}

x-secret-access-key: {AWS IAM SECRET ACCESS KEY}

See Getting started for information on required permissions for the IAM user connecting to the NotoDB service.

Next articleCreating buckets