Skip to content

Commit a76bf9e

Browse files
author
Martijn Dirkse
committed
Fix example FileSystemCredentialFactory
1 parent dceff2c commit a76bf9e

22 files changed

+9
-6
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

docs/source/downloads/ladybug.zip

0 Bytes
Binary file not shown.

docs/source/downloads/sandbox/v01.zip

0 Bytes
Binary file not shown.

docs/source/snippets/Frank2Authentication/v530/useFileSystemCredentialFactory.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```none{24}
1+
```none{24, 25}
22
services:
33
frank-authorization-server:
44
image: frankframework/frankframework:latest
@@ -22,5 +22,6 @@ services:
2222
instance.name: frank-authorization-client
2323
dtap.stage: LOC
2424
configurations.directory.autoLoad: true
25-
credentialFactory.class: nl.nn.credentialprovider.FileSystemCredentialFactory
25+
credentialFactory.class: org.frankframework.credentialprovider.FileSystemCredentialFactory
26+
credentialFactory.filesystem.root: /opt/frank/secrets/
2627
```

docs/source/snippets/Frank2Authentication/v530/useFileSystemCredentialFactory.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. code-block:: none
2-
:emphasize-lines: 24
2+
:emphasize-lines: 24, 25
33

44
services:
55
frank-authorization-server:
@@ -24,4 +24,5 @@
2424
instance.name: frank-authorization-client
2525
dtap.stage: LOC
2626
configurations.directory.autoLoad: true
27-
credentialFactory.class: nl.nn.credentialprovider.FileSystemCredentialFactory
27+
credentialFactory.class: org.frankframework.credentialprovider.FileSystemCredentialFactory
28+
credentialFactory.filesystem.root: /opt/frank/secrets/

srcSteps/Frank2Authentication/v530/docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ services:
2121
instance.name: frank-authorization-client
2222
dtap.stage: LOC
2323
configurations.directory.autoLoad: true
24-
credentialFactory.class: nl.nn.credentialprovider.FileSystemCredentialFactory
24+
credentialFactory.class: org.frankframework.credentialprovider.FileSystemCredentialFactory
25+
credentialFactory.filesystem.root: /opt/frank/secrets/

srcSteps/Frank2Authentication/v530/meta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
path: docker-compose.yml
44
change:
55
- old: 2
6-
new: 1
6+
new: 2
77
highlight: true
88
snippet: useFileSystemCredentialFactory
99
- file:

0 commit comments

Comments
 (0)