You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Update USER_GUIDE to clarify how ECR users can namespace ecr registries
A user can suffix their ECR Registry url with something that will become
the prefix of the ECR Registries, This is useful when users want to use
1 aaws account's ECR registry for multiple clusters, where they may be
building the same code. Such as staging + prod clusters
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
This would create registries prefixed with `your-cluster-prefix` for the user's docker images.
233
+
228
234
* Create a new user with the role `AmazonEC2ContainerRegistryFullAccess` - see also [AWS permissions for ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/ecr_managed_policies.html)
229
235
230
236
* The file will be read from `~/.aws/credentials` by default, but you can change this via editing the path in `value_from` under the `ecr-credentials` secret
@@ -267,7 +273,9 @@ Your SCM will need to send webhooks to OpenFaaS Cloud's github-event or gitlab-e
267
273
* If not using a generated value, set the `github-webhook-secret` literal value with your *Webhook secret* for the GitHub App's
268
274
* Click *Generate a private key*, this will be downloaded to your local computer (if you ever need a new one, generate a new one and delete the old key)
269
275
* Update the `private-key` `value_from` to the path of the GitHub App's private key
270
-
276
+
* Make sure the app is "activated" using the checkbox at the bottom of the github page.
277
+
278
+
271
279
* For GitLab create a System Hook
272
280
* Leave the `value:` for `gitlab-webhook-secret` blank, or set your own password
273
281
* Update the `## User-input` section including your System Hook's API Token and *Webhook secret*
0 commit comments