You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/frankframework/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ helm delete my-frankframework
79
79
80
80
The Frank!Framework will start with different settings enabled, depending on what DTAP stage is configured. Like if the Ladybug should be disabled, or if authentication should be enabled.
81
81
82
-
For more information about DTAP stages read: https://frank-manual.readthedocs.io/en/latest/deploying/dtapAndProperties.html
82
+
For more information about DTAP stages read: https://docs.frankframework.org/docs/manual/deployment/dtap/
83
83
84
84
### Version tag
85
85
@@ -98,15 +98,15 @@ But it can be overridden with the `application.security.console.authentication.t
98
98
If the separate console is enabled, the console will **not** use the same authentication as the Frank!Framework.
99
99
And always needs to be configured.
100
100
101
-
Read more about configuring the authentication in the [Frank!Framework Manual](https://frank-manual.readthedocs.io/en/latest/deploying/security.html).
101
+
Read more about configuring the authentication in the [Frank!Framework Docs](https://docs.frankframework.org/docs/manual/deployment/authorization/#security-overview).
102
102
103
103
### Credentials and AuthAlias
104
104
105
105
To configure credentials or "AuthAliases" for the Frank!Framework, it is recommended to use Kubernetes Secrets.
106
106
The Frank!Framework will automatically pick up the secrets and make them available as AuthAliases.
107
107
108
-
Read more about the Kubernetes Credential Provider [in the FF! Doc](https://frankdoc.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
109
-
For more information about credentials, see the [documentation](https://frank-manual.readthedocs.io/en/latest/deploying/credentials.html).
108
+
Read more about the Kubernetes Credential Provider [in the FF! Reference](https://reference.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
109
+
For more information about credentials, see the [documentation](https://docs.frankframework.org/docs/manual/deployment/credentials/).
110
110
111
111
### Ladybug Database
112
112
@@ -171,7 +171,7 @@ You can also configure the name of the instance. And what configurations to load
|`application.dtap.side`| Set the `DTAP` side of where the instance is running, and for sideSpecific properties |`""`|
176
176
|`application.instance.name`| Set the name of the Frank! instance (default is the `fullname`) |`""`|
177
177
|`application.instance.name`| Keep in mind that the name is used for the default datasource. ||
@@ -206,14 +206,14 @@ It is possible to add environment variables with the `.Values.environmentVariabl
206
206
To configure credentials or "AuthAliases" for the Frank!Framework, it is recommended to use Kubernetes Secrets.
207
207
The Frank!Framework will automatically pick up the secrets and make them available as AuthAliases.
208
208
209
-
Read more about it [in the FF! Doc](https://frankdoc.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
210
-
For more information about credentials, see the [documentation](https://frank-manual.readthedocs.io/en/latest/deploying/credentials.html).
209
+
Read more about it [in the FF! Reference](https://reference.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
210
+
For more information about credentials, see the [documentation](https://docs.frankframework.org/docs/manual/deployment/credentials/).
211
211
212
-
To disable or configure authentication for the console, please read the [Frank!Framework Manual](https://frank-manual.readthedocs.io/en/latest/advancedDevelopment/authorization/consoleAndLadybug.html).
212
+
To disable or configure authentication for the console, please read the [Frank!Framework Docs](https://docs.frankframework.org/docs/manual/deployment/authorization/).
213
213
214
214
To fine tune memory refer to the [Oracle documentation](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABDJJFI).
215
215
216
-
Refer to the [Frank!Framework Manual](https://frank-manual.readthedocs.io/) for more information.
216
+
Refer to the [Frank!Framework Docs](https://docs.frankframework.org/) for more information.
@@ -231,7 +231,7 @@ The Frank!Framework chart allows you to generate configmaps and secrets from val
231
231
This is useful if you want to add local users or resources to the Frank!Framework.
232
232
233
233
⚠️ **While it can be useful to generate secrets from the `values.yaml`, this is not considered safe and only intended for testing purposes. Production environments should use the `extraVolumes` to mount secrets.**
234
-
ℹ️ **Credentials and AuthAliases that are needed by the Frank!Framework are picked up automatically from Kubernetes Secrets. Read more about it [in the FF! Doc](https://frankdoc.frankframework.org/#/credential-providers/KubernetesCredentialFactory)**
234
+
ℹ️ **Credentials and AuthAliases that are needed by the Frank!Framework are picked up automatically from Kubernetes Secrets. Read more about it [in the FF! Reference](https://reference.frankframework.org/#/credential-providers/KubernetesCredentialFactory)**
235
235
236
236
Be sure to set a subPath and a mountPath if you want to avoid conflicts and use multiple secrets.
237
237
With one secret, the subPath and mountPath are not needed. And it would be possible to implement items, like this:
@@ -462,7 +462,7 @@ Also added `.Values.envFrom` to allow for the mounting of environment variables
462
462
463
463
Removed `.Values.application.security.http.authentication: "false"`. This is a more secure default.
464
464
The `dtap.stage` will determine if authentication is enabled or not. It is possible to override this with environment variables.
465
-
Read mote in the [Frank!Framework Manual](https://frank-manual.readthedocs.io/en/latest/deploying/security.html).
465
+
Read mote in the [Frank!Framework Docs](https://docs.frankframework.org/docs/manual/deployment/authorization/#security-overview).
## @param application.dtap.side Set the `DTAP` side of where the instance is running, and for sideSpecific properties
71
71
##
72
72
dtap:
@@ -118,14 +118,14 @@ ports: []
118
118
## To configure credentials or "AuthAliases" for the Frank!Framework, it is recommended to use Kubernetes Secrets.
119
119
## The Frank!Framework will automatically pick up the secrets and make them available as AuthAliases.
120
120
##
121
-
## Read more about it [in the FF! Doc](https://frankdoc.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
122
-
## For more information about credentials, see the [documentation](https://frank-manual.readthedocs.io/en/latest/deploying/credentials.html).
121
+
## Read more about it [in the FF! Reference](https://reference.frankframework.org/#/credential-providers/KubernetesCredentialFactory).
122
+
## For more information about credentials, see the [documentation](https://docs.frankframework.org/docs/manual/deployment/credentials/).
123
123
##
124
-
## To disable or configure authentication for the console, please read the [Frank!Framework Manual](https://frank-manual.readthedocs.io/en/latest/advancedDevelopment/authorization/consoleAndLadybug.html).
124
+
## To disable or configure authentication for the console, please read the [Frank!Framework Docs](https://docs.frankframework.org/docs/manual/deployment/authorization/).
125
125
##
126
126
## To fine tune memory refer to the [Oracle documentation](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABDJJFI).
127
127
##
128
-
## Refer to the [Frank!Framework Manual](https://frank-manual.readthedocs.io/) for more information.
128
+
## Refer to the [Frank!Framework Docs](https://docs.frankframework.org/) for more information.
129
129
## @descriptionEnd
130
130
131
131
## @param environmentVariables [object] Set environment variables for the Frank!Framework
@@ -156,7 +156,7 @@ envFrom: [ ]
156
156
## This is useful if you want to add local users or resources to the Frank!Framework.
157
157
##
158
158
## ⚠️ **While it can be useful to generate secrets from the `values.yaml`, this is not considered safe and only intended for testing purposes. Production environments should use the `extraVolumes` to mount secrets.**
159
-
## ℹ️ **Credentials and AuthAliases that are needed by the Frank!Framework are picked up automatically from Kubernetes Secrets. Read more about it [in the FF! Doc](https://frankdoc.frankframework.org/#/credential-providers/KubernetesCredentialFactory)**
159
+
## ℹ️ **Credentials and AuthAliases that are needed by the Frank!Framework are picked up automatically from Kubernetes Secrets. Read more about it [in the FF! Reference](https://reference.frankframework.org/#/credential-providers/KubernetesCredentialFactory)**
160
160
##
161
161
## Be sure to set a subPath and a mountPath if you want to avoid conflicts and use multiple secrets.
162
162
## With one secret, the subPath and mountPath are not needed. And it would be possible to implement items, like this:
0 commit comments