summaryrefslogtreecommitdiff
path: root/lib/api/auth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/auth.rb')
-rw-r--r--lib/api/auth.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/auth.rb b/lib/api/auth.rb
index d769c692754..e4ce9bf122d 100644
--- a/lib/api/auth.rb
+++ b/lib/api/auth.rb
@@ -120,6 +120,7 @@ module API
actions: @actions
],
iss: Gitlab.config.registry.issuer,
+ aud: "docker",
exp: Time.now.to_i + 3600
}
end