Sha256: 331ad40fad9f364f32909af165eb75a24f8a11129fa83f9df7875bc29da95430
Contents?: true
Size: 1.25 KB
Versions: 30
Compression:
Stored size: 1.25 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://docs.uffizzi.com/references/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
30 entries across 30 versions & 1 rubygems