Skip to content

Commit 974f845

Browse files
authored
remove duplication (#719)
1 parent d701ee2 commit 974f845

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/manage-projects/manage-credentials.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,12 @@ ask on [Community](https://community.openfn.org).
5656
## Keychain Credentials (Variable Auth)
5757

5858
Keychain credentials allow for a single job to make use of multiple credentials.
59+
5960
They work by inspecting the data in the job's runtime state (i.e., state.data)
6061
and checking for the value of a predetermined identifier. Based on that value,
6162
present in the data for a given source message, for example, another credential
6263
will be selected and applied for that particular job run.
6364

64-
Keychain credentials allow for a single job to make use of multiple credentials.
65-
They work by inspecting the data in the initial input for a given run (e.g.,
66-
state.data) and checking for the value of a predetermined identifier.
67-
6865
Imagine you have 2 credentials in your project:
6966

7067
1. Taylor’s Login, External ID: abc123, Body:

0 commit comments

Comments
 (0)