Skip to content

Commit 60694cf

Browse files
committed
sign example config tweaks
1 parent 0da4801 commit 60694cf

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

examples/sign/connector-sign.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# To fetch below information do login to Sign console then click on Adobe Sign API tab
2-
# in API information tab click on Integration Key to 'Create integration key' after selecting appropriate 'scope'
1+
# This is the Sign connector config file template
2+
# For more information, see https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html#sign-connector-config
3+
4+
# --- API Access Options ---
5+
# Options to configure Sign API access
6+
# See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html#sign-connector-config
37
host: api.echosign.com
48
integration_key: [Sign API Key]
59
admin_email: user@example.com
6-
# Flag to (dis)allow creation of new users in the Sign Neptune Console
10+
11+
# --- Target-specific Behavior Options ---
12+
# Options to govern target behavior
713
create_users: False
8-
# Flag to (dis)allow deactivation of users in the Sign Neptune Console
914
deactivate_users: False
1015

11-
# (optional) You can store credentials in the operating system credential store
12-
# (Windows Credential Manager, Mac Keychain, Linux Freedesktop Secret Service
13-
# or KWallet - these will be built into the Linux distribution).
14-
# To use this feature, uncomment the following entry and remove the
15-
# key entry above.
16-
# The actual credential value are placed in the credential store with the
17-
# username as the admin_email field value, and the key name (perhaps called internet
18-
# or network address) as the value below.
16+
# Instead of storing API key in plaintext, store in OS credential keychain
17+
# See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html#securing-the-api-key
1918
#secure_integration_key_key: sign_key

examples/sign/sign-sync-config.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Sign API Connections
1+
# This is a template of the main Sign Sync config file
2+
# Full documentation here - https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html
3+
4+
# --- Sign Connector Options ---
25
sign_orgs:
6+
# main connection should have "primary" key
37
primary: connector-sign.yml
4-
# Additional Sign Connection configuration files
8+
# Additional Sign Connection configuration files (can have any name other than "primary")
59
#secondary: connector-sign-sec.yml
6-
#tertiary: connector-sign-ter.yml
10+
#conection3: connector-sign-ter.yml
711

812
# Similar to "directory_users.connectors" in user-sync-config.yml
913
identity_source:
@@ -59,10 +63,8 @@ logging:
5963
file_log_level: info
6064
console_log_level: debug
6165

62-
# Defaults for options that can be passed as CLI options
66+
# Invocation defaults - these work similarly to those found in the main UMAPI config
67+
# they provide default options that can be overridden in the command line
6368
invocation_defaults:
6469
users: mapped
65-
# test_mode presents post_sync output without performing any updates of users or user groups to the Sign Dashboard
66-
# test_mode possible values are yes or no. (default no)
67-
# test_mode is independent of user_sync test mode.
6870
test_mode: False

0 commit comments

Comments
 (0)