We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f61fc commit f350445Copy full SHA for f350445
BUILD
@@ -65,6 +65,7 @@ target(
65
dependencies=[
66
"//:reqs#st2-auth-backend-flat-file",
67
"//:reqs#st2-auth-ldap",
68
+ "//:reqs#st2-auth-backend-pam",
69
],
70
)
71
requirements-pants.txt
@@ -78,6 +78,7 @@ stevedore
78
# For backward compatibility reasons, flat file backend is installed by default
79
st2-auth-backend-flat-file
80
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
82
st2-rbac-backend @ git+https://github.com/StackStorm/st2-rbac-backend.git@master
83
# tabulate used by tools/log_watcher.py
84
tabulate
0 commit comments