Skip to content

Commit fb903f8

Browse files
committed
add authentication v4
1 parent d9c12ad commit fb903f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ELASTIC_VERSIONS = 2.x 3.x 4.x
3232

3333
QUEUE_VERSIONS = 1.x 2.x
3434

35-
AUTHENTICATION_VERSIONS = 2.x 3.x
35+
AUTHENTICATION_VERSIONS = 2.x 3.x 4.x
3636

3737
AUTHORIZATION_VERSIONS = 2.x 3.x
3838

@@ -329,6 +329,10 @@ TAG:=origin/3.x
329329
VERSION:=3.x
330330
$(eval $(authentication))
331331

332+
TAG:=origin/4.x
333+
VERSION:=4.x
334+
$(eval $(authentication))
335+
332336
# Generate build targets for authorization
333337
TAG:=origin/2.x
334338
VERSION:=2.x

0 commit comments

Comments
 (0)