Merge pull request #90 from github/c/add-docs
Adding ADD_MEMBER and LDAP_SYNC_ATTRIBUTE to the readme
This commit is contained in:
Коммит
3f5b60eff7
|
@ -68,6 +68,9 @@ SYNC_SCHEDULE=0 * * * *
|
|||
## Show the changes, but do not make any changes
|
||||
## Default: false
|
||||
#TEST_MODE=false
|
||||
## Automatically add users missing from the organization
|
||||
ADD_MEMBER=false
|
||||
|
||||
|
||||
####################
|
||||
## Flask Settings ##
|
||||
|
|
|
@ -70,6 +70,8 @@ SYNC_SCHEDULE=0 * * * *
|
|||
## Show the changes, but do not make any changes
|
||||
## Default: false
|
||||
#TEST_MODE=false
|
||||
## Automatically add users missing from the organization
|
||||
ADD_MEMBER=false
|
||||
|
||||
####################
|
||||
## Flask Settings ##
|
||||
|
|
|
@ -53,6 +53,8 @@ SYNC_SCHEDULE=0 * * * *
|
|||
## Show the changes, but do not make any changes
|
||||
## Default: false
|
||||
#TEST_MODE=false
|
||||
## Automatically add users missing from the organization
|
||||
ADD_MEMBER=false
|
||||
|
||||
####################
|
||||
## Flask Settings ##
|
||||
|
|
|
@ -55,6 +55,8 @@ SYNC_SCHEDULE=0 * * * *
|
|||
## Show the changes, but do not make any changes
|
||||
## Default: false
|
||||
#TEST_MODE=false
|
||||
## Automatically add users missing from the organization
|
||||
ADD_MEMBER=false
|
||||
|
||||
####################
|
||||
## Flask Settings ##
|
||||
|
|
|
@ -112,6 +112,10 @@ GHE_HOST=github.example.com
|
|||
## Okta = OKTA
|
||||
## OneLogin = ONELOGIN
|
||||
USER_DIRECTORY=LDAP
|
||||
|
||||
## Sync users on username or email attribute
|
||||
USER_SYNC_ATTRIBUTE=username
|
||||
|
||||
```
|
||||
|
||||
### Sample `.env` for Active Directory
|
||||
|
@ -183,6 +187,9 @@ REPO_FOR_ISSUES=github-demo/demo-repo
|
|||
ISSUE_ASSIGNEE=githubber
|
||||
SYNC_SCHEDULE=0 * * * *
|
||||
TEST_MODE=false
|
||||
|
||||
### Automatically add users missing from the organization
|
||||
ADD_MEMBER=false
|
||||
```
|
||||
|
||||
### Sample `syncmap.yml` custom mapping file
|
||||
|
|
Загрузка…
Ссылка в новой задаче