Skip to content

Commit 4988fbb

Browse files
committed
add st2-auth-backend-pam to legacy requirements files
1 parent 5049c39 commit 4988fbb

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ simplejson
6666
six==1.17.0
6767
sseclient-py==1.8.0
6868
st2-auth-backend-flat-file
69+
st2-auth-backend-pam@ git+https://github.com/StackStorm/st2-auth-backend-pam.git@master
6970
st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master
7071
st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master
7172
stevedore==5.3.0

st2auth/in-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ stevedore
99
# For backward compatibility reasons, flat file backend is installed by default
1010
st2-auth-backend-flat-file
1111
st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master
12+
# This requirement has been injected by st2-packages.git for many years.
13+
st2-auth-backend-pam@ git+https://github.com/StackStorm/st2-auth-backend-pam.git@master
1214
gunicorn

st2auth/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ passlib==1.7.4
1313
pymongo==4.6.3
1414
six==1.17.0
1515
st2-auth-backend-flat-file
16+
st2-auth-backend-pam@ git+https://github.com/StackStorm/st2-auth-backend-pam.git@master
1617
st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master
1718
stevedore==5.3.0

0 commit comments

Comments
 (0)