Skip to content

Commit 58ccbcf

Browse files
committed
Create config.yml
1 parent 4f47059 commit 58ccbcf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/config.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
_version: 1
2+
3+
name: 'ad'
4+
description: 'Backend for ad'
5+
active: true
6+
actions:
7+
IDENTITY_PASSWORD_CHANGE:
8+
script: "changepwd.py"
9+
onError: 'stop'
10+
IDENTITY_PASSWORD_RESET:
11+
script: "resetpwd.py"
12+
onError: 'stop'
13+
IDENTITY_CREATE:
14+
script: 'upsertidentity.py'
15+
onError: 'stop'
16+
IDENTITY_UPDATE:
17+
script: 'upsertidentity.py'
18+
onError: 'stop'
19+
IDENTITY_DELETE:
20+
script: 'delentity.py'
21+
onError: 'stop'
22+
PING_TARGET:
23+
script: 'ping.py'
24+
onError: 'stop'

0 commit comments

Comments
 (0)