File tree Expand file tree Collapse file tree 7 files changed +11
-3
lines changed Expand file tree Collapse file tree 7 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -276,4 +276,4 @@ experimental:
276
276
277
277
notify :
278
278
webhooks :
279
- - url : https://ci-webhooks.stackstorm.net /webhooks/build/events
279
+ - url : https://ci-webhooks.stackstorm.com /webhooks/build/events
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Changelog
4
4
in development
5
5
--------------
6
6
7
+ Added
8
+ ~~~~~
9
+ * Added st2-auth-ldap pip requirements for LDAP auth integartion. (new feature) #5082
10
+ Contributed by @hnanchahal
11
+
7
12
Changed
8
13
~~~~~~~~~
9
14
* Improve the st2-self-check script to echo to stderr and exit if it isn't run with a
Original file line number Diff line number Diff line change 6
6
[ ![ Packages Build Status] ( https://circleci.com/gh/StackStorm/st2/tree/master.svg?style=shield )] ( https://circleci.com/gh/StackStorm/st2 )
7
7
[ ![ Codecov] ( https://codecov.io/github/StackStorm/st2/badge.svg?branch=master&service=github )] ( https://codecov.io/github/StackStorm/st2?branch=master )
8
8
[ ![ CII Best Practices] ( https://bestpractices.coreinfrastructure.org/projects/1833/badge )] ( https://bestpractices.coreinfrastructure.org/projects/1833 )
9
- ![ Python 2.7 | 3.6] ( https://img.shields.io/badge/python-2.7%20%7C%203 .6-blue )
9
+ ![ Python 3.6] ( https://img.shields.io/badge/python-3 .6-blue )
10
10
[ ![ Apache Licensed] ( https://img.shields.io/github/license/StackStorm/st2 )] ( LICENSE )
11
11
[ ![ Join our community Slack] ( https://img.shields.io/badge/slack-stackstorm-success.svg?logo=slack )] ( https://stackstorm.com/community-signup )
12
12
[ ![ Forum] ( https://img.shields.io/discourse/https/forum.stackstorm.com/posts.svg )] ( https://forum.stackstorm.com/ )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ token_ttl = 86400
77
77
# Standalone mode options - options below only apply when auth service is running in the standalone
78
78
# mode.
79
79
80
- # Authentication backend to use in a standalone mode. Available backends: flat_file.
80
+ # Authentication backend to use in a standalone mode. Available backends: ldap, flat_file.
81
81
backend = flat_file
82
82
# JSON serialized arguments which are passed to the authentication backend in a standalone mode.
83
83
backend_kwargs = None
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ flex==6.14.0
17
17
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
18
18
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
19
19
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
20
+ git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
20
21
gitpython == 2.1.15
21
22
greenlet == 0.4.15
22
23
gunicorn == 19.9.0
Original file line number Diff line number Diff line change 8
8
stevedore
9
9
# For backward compatibility reasons, flat file backend is installed by default
10
10
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11
+ git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11
12
gunicorn
Original file line number Diff line number Diff line change 8
8
bcrypt == 3.1.7
9
9
eventlet == 0.25.1
10
10
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11
+ git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11
12
gunicorn == 19.9.0
12
13
oslo.config < 1.13 ,>= 1.12.1
13
14
passlib == 1.7.1
You can’t perform that action at this time.
0 commit comments