Skip to content

Commit 1367d38

Browse files
authored
Add callout for using worker credentials with ECR feeds (#2695)
* Add callout for using worker credentials with ECR feeds * Update mod date
1 parent c426546 commit 1367d38

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/pages/docs/packaging-applications/package-repositories/guides/container-registries/amazon-ec2-container-services.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: src/layouts/Default.astro
33
pubDate: 2023-01-01
4-
modDate: 2025-03-28
4+
modDate: 2025-05-08
55
title: AWS Elastic Container Registry (ECR)
66
description: How to add an AWS Elastic Container Registry as an Octopus feed
77
navOrder: 30
@@ -37,6 +37,14 @@ Create a new Octopus Feed (**Library ➜ External Feeds**) and select the `AWS E
3737

3838
Save and test your registry to ensure that the connection is authorized successfully.
3939

40+
## Using worker configured credentials
41+
From Octopus Server `2025.2`, you can now use worker configured credentials by setting `Execute using the credentials configured on the worker` to `Yes` when creating your AWS ECR feed.
42+
43+
:::div{.warning}
44+
If your AWS credentials are not set up on server, package search and package version resolution will not find any results. You can still enter your full package name and version for package acquisition on your worker.
45+
:::
46+
47+
4048
## Adding an AWS OpenID Connect ECR External feed
4149
Octopus Server `2025.2` adds support for OpenID Connect to ECR feeds. To use OpenID Connect authentication you have to follow the [required minimum configuration](/docs/infrastructure/accounts/openid-connect#configuration). The configuration of
4250

0 commit comments

Comments
 (0)