Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 833 Bytes

index.md

File metadata and controls

29 lines (19 loc) · 833 Bytes
page_title subcategory description
harbor Provider

harbor Provider

Schema

Required

  • url (String) The url of harbor
  • password (String) The password to be used to access harbor
  • username (String) The username to be used to access harbor

Optional

  • api_version (Number) Choose which version of the api you would like to use 1 or 2 (default is 2)
  • bearer_token (String) The bearer token to be used to access harbor. Will take precedence over username and password if set
  • insecure (Boolean) Choose to ignore certificate errors

Environment variables

The provider can also be configured via environment variables: HARBOR_URL, HARBOR_USERNAME, HARBOR_PASSWORD.