Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update FAQ etc. for ECR scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Jan 3, 2019
1 parent 55fc7dd commit dd7e7cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ There are exceptions:
automatically attempt to use platform-provided credentials when
scanning images in GCR.
- (Amazon) Elastic Container Registry has its own authentication
using IAM; Flux can scan for images in ECR if you tell it which
region and registry ID(s) to use.
using IAM; Flux will use AWS credentials to scan for images in
ECR, if it detects them.

To work around exceptional cases, you can mount a docker config into
the Flux container. See the argument `--docker-config` in [the daemon
Expand Down Expand Up @@ -246,8 +246,9 @@ happen:
if you've only just started using a particular image in a workload.
- Flux can't get suitable credentials for the image repository. At
present, it looks at `imagePullSecret`s attached to workloads,
service accounts, and a Docker config file if you mount one into the fluxd container
(see the [command-line usage](./daemon.md)).
service accounts, platform-provided credentials on GCP or AWS, and
a Docker config file if you mount one into the fluxd container (see
the [command-line usage](./daemon.md)).
- When using images in ECR, from AWS, the IAM account used to run the
fluxd container must have permissions to query the ECR registry or
registries in question.
Expand Down

0 comments on commit dd7e7cd

Please sign in to comment.