Skip to content

Commit f350445

Browse files
committed
copy st2-auth-pam requirement from st2-packages
1 parent 49f61fc commit f350445

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ target(
6565
dependencies=[
6666
"//:reqs#st2-auth-backend-flat-file",
6767
"//:reqs#st2-auth-ldap",
68+
"//:reqs#st2-auth-backend-pam",
6869
],
6970
)
7071

requirements-pants.txt

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ stevedore
7878
# For backward compatibility reasons, flat file backend is installed by default
7979
st2-auth-backend-flat-file
8080
st2-auth-ldap @ git+https://github.com/StackStorm/st2-auth-ldap.git@master
81+
st2-auth-backend-pam @ git+https://github.com/StackStorm/st2-auth-backend-pam.git@master
8182
st2-rbac-backend @ git+https://github.com/StackStorm/st2-rbac-backend.git@master
8283
# tabulate used by tools/log_watcher.py
8384
tabulate

0 commit comments

Comments
 (0)