From 3a0a12f06537a4c844dc532657afd40d300fd419 Mon Sep 17 00:00:00 2001 From: Marko Livancic <127095073+mlivancic@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:29:14 +0100 Subject: [PATCH] Update open-id-connect-aws.md Remove the `rtx` reference and replace with `acme`. --- docs/security/open-id-connect-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/open-id-connect-aws.md b/docs/security/open-id-connect-aws.md index e7698000a..2ecd23c22 100644 --- a/docs/security/open-id-connect-aws.md +++ b/docs/security/open-id-connect-aws.md @@ -38,7 +38,7 @@ the resources with this role: ``` json "Condition": { "StringEquals": { - "acme.semaphoreci.com:aud": "https://rtx.semaphoreci.com/", + "acme.semaphoreci.com:aud": "https://acme.semaphoreci.com/", "acme.semaphoreci.com:sub": "org:acme:project:936a5312-a3b8-4921-8b3f-2cec8baac574:repo:web:ref_type:branch:ref:refs/heads/main" } }