From 5e889415e7ec179dfa818c91be1f12903dd021ad Mon Sep 17 00:00:00 2001 From: davidvader Date: Thu, 30 May 2024 08:51:31 -0500 Subject: [PATCH] enhance: complete adding build_id and actor_id to claims --- mock/server/authentication.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mock/server/authentication.go b/mock/server/authentication.go index f14ea54d2..dd2405a24 100644 --- a/mock/server/authentication.go +++ b/mock/server/authentication.go @@ -33,9 +33,11 @@ const ( "iss", "aud", "build_number", + "build_id", "repo", "token_type", "actor", + "actor_id", "commands", "image", "request"