Sha256: 547f08ef489be94130ce9f557a6d1527d6bc2054fae1165198a9be24a946ce4a
Contents?: true
Size: 1.26 KB
Versions: 8
Compression:
Stored size: 1.26 KB
Contents
# uffizzi-connect-ecr - grant a Uffizzi user account access to a private Amazon Elastic Container Registry (ECR) ## SYNOPSIS `uffizzi connect ecr` [--registry=REGISTRY] [--id=ID] [--secret=SECRET] ## DESCRIPTION Given valid credentials, grants a Uffizzi user account access to a private Amazon Elastic Container Registry Credentials can be provided interactively or non-interactively via command options or environment variables: `AWS_REGISTRY_URL`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` This command can fail for the following reasons: - The active user does not have permission to connect external services. - The given credentials are invalid. For more information on connecting to external services, see: https://github.com/UffizziCloud/uffizzi_cli For detailed instructions on configuring webhooks to send push notifications to Uffizzi, see: https://docs.uffizzi.com/guides/container-registry-integrations ## OPTIONS * `-r`, `--registry=<registry>`: URL of the service. * `--id=<id>`: Access key id for the service. * `-s`, `--secret=<secret>`: Secret access key for the service. ## EXAMPLES The following command will prompt the user to enter ACR credentials, including registry domain, access key ID and secret access key: `uffizzi connect ecr`
Version data entries
8 entries across 8 versions & 1 rubygems