Skip to main content

Basic config

Authentication

  • verify_certs: Whether to verify SSL certificates to authenticate.
  • http_auth: Authentication setting
    1. “@awsauth”: Authenticate with AWS Signature Version 4. Need to provide AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in environment variables.
    2. “username:password”: Authenticate with username and password.