...
Parameter | Default | Description | ||
---|---|---|---|---|
webapp.enableCredentialsSharing | true | Enable/disable the sharing of credentials.
|
Enable Flow Sharing feature | webapp.enableCredentialsSharing | Description |
---|---|---|
true | true | Flows: Users can share flows and connections. When flows are shared, the connections and their associated credentials are automatically shared. Shared connections can be used to import and/or publish data like owned connections. Connections: Connections can be shared. |
true | false | Flows: Users can share flows. When flows are shared, their connections are also shared, but new users must provide their own credentials to access the data. When new users provide credentials, the shared connections can be used to import and/or publish data like owned connections. Connections: When connections are shared, credentials must be provided by the new user. |
false | true | Flows: Flows cannot be shared. Connections: Connections can be shared. The sharing user can choose whether or not to share credentials. |
false | false | Flows: Flows cannot be shared. Connections: When connections are shared, credentials must be provided by the new user. |
...