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
|`stylus.debug`| Enable this parameter for debug output. Allowed values are `true` or `false`. | boolean |`false`|
32
-
|`stylus.disablePasswordUpdate`| Disables the ability to update Operating System (OS) user passwords from the Local UI if set to true. Updating the password through the OS and API is still allowed. | boolean |`false`|
33
-
|`stylus.enableMultiNode`| When set to `true`, the host can link with other nodes to form a multi-node cluster. For more information, refer to [Link Hosts](../local-ui/cluster-management/link-hosts.md). | boolean |`false`|
34
-
|`stylus.externalRegistries`| Use this parameter to configure multiple external registries and apply domain re-mapping rules. Refer to [Multiple External Registries](#multiple-external-registries) for more details. | Object | None |
35
-
|`stylus.featureGate`| This parameter contains a comma-separated list of features you want to enable on your host. | String |`''`|
36
-
|`stylus.includeTui`| Enable Palette TUI for initial Edge host configuration. For more information, refer to [Initial Edge Host Configuration](../site-deployment/site-installation/initial-setup.md). | boolean |`false`|
37
-
|`stylus.installationMode`| (Deprecated) Allowed values are `connected` and `airgap`. `connected` means the Edge host is connected to Palette; `airgap` means the Edge host has no connection. This parameter has been deprecated and will be removed in an future release. Use the `stylus.managementMode` parameter instead. | String |`connected`|
38
-
|`stylus.localUI.port`| Specifies the port that the Local UI is exposed on. | Integer |`5080`|
39
-
|`stylus.managementMode`| Allowed values are `local` and `central`. `central` means the Edge host is connected to Palette; `local` means the Edge host has no connection to a Palette instance. | String |`central`|
40
-
|`stylus.path`| Specifies Stylus installation directory. Stylus appends its internal layout, `/opt/spectrocloud`, to this path. If you omit this parameter, the system uses `/` as the default root and installs Stylus to `/opt/spectrocloud`. | String |`/`|
41
-
|`stylus.registryCredentials`| Only used when a single external registry is in use and no mapping rules are needed. Refer to [Single External Registry](#single-external-registry) for more details. | Object | None |
42
-
|`stylus.site`| Review [Site Parameters](#site-parameters) for more information. | Object | None |
43
-
|`stylus.trace`| Enable trace output. Allowed values are `true` or `false`. | boolean |`false`|
44
-
|`stylus.vip.skip`| When set to `true`, the installer skips the configuration of kube-vip and enables the use of an external load balancer instead. | boolean |`false`|
|`stylus.debug`| Enable this parameter for debug output. Allowed values are `true` or `false`. | boolean |`false`|
32
+
|`stylus.disablePasswordUpdate`| Disables the ability to update Operating System (OS) user passwords from Local UI if set to true. Updating the password through the OS and API is still allowed. | boolean |`false`|
33
+
|`stylus.enableMultiNode`| When set to `true`, the host can link with other nodes to form a multi-node cluster. For more information, refer to [Link Hosts](../local-ui/cluster-management/link-hosts.md). | boolean |`false`|
34
+
|`stylus.externalRegistries`| Use this parameter to configure multiple external registries and apply domain re-mapping rules. Refer to [Multiple External Registries](#multiple-external-registries) for more details. | Object | None |
35
+
|`stylus.featureGate`| This parameter contains a comma-separated list of features you want to enable on your host. | String |`''`|
36
+
|`stylus.includeTui`| Enable Palette TUI for initial Edge host configuration. For more information, refer to [Initial Edge Host Configuration](../site-deployment/site-installation/initial-setup.md). | boolean |`false`|
37
+
|`stylus.installationMode`| (Deprecated) Allowed values are `connected` and `airgap`. `connected` means the Edge host is connected to Palette; `airgap` means the Edge host has no connection. This parameter has been deprecated and will be removed in an future release. Use the `stylus.managementMode` parameter instead. | String |`connected`|
38
+
|`stylus.localUI.login.attemptsBeforeExponentialDelayStarts`| Number of consecutive failed Local UI login attempts before the exponential delay begins. After this threshold, each additional failed attempt doubles the wait time before the user can attempt to log in again. This parameter takes effect only when `stylus.localUI.login.disableRateLimiting` is set to `false` and is supported for Edge hosts built with Palette agent version 4.7.c-canvos or later. | Integer |`3`|
39
+
|`stylus.localUI.login.disableRateLimiting`| When set to `false`, Local UI enforces a short delay after several consecutive failed login attempts and temporarily blocks the user's access. This parameter is supported for Edge hosts built with Palette agent version 4.7.c-canvos or later. | boolean |`false`|
40
+
|`stylus.localUI.login.lockoutDurationInMinutes`| Duration in minutes that Local UI login remains blocked after the user reaches the maximum number of unsuccessful login attempts. This parameter takes effect only when `stylus.localUI.login.disableRateLimiting` is set to `false` and is supported for Edge hosts built with Palette agent version 4.7.c-canvos or later. | Integer |`15`|
41
+
|`stylus.localUI.login.maxFailedAttemptsBeforeLockout`| Number of consecutive failed login attempts allowed before Local UI access is temporarily locked for the user. This parameter takes effect only when `stylus.localUI.login.disableRateLimiting` is set to `false` and is supported for Edge hosts built with Palette agent version 4.7.c-canvos or later. | Integer |`5`|
42
+
|`stylus.localUI.port`| Specifies the port that Local UI is exposed on. | Integer |`5080`|
43
+
|`stylus.managementMode`| Allowed values are `local` and `central`. `central` means the Edge host is connected to Palette; `local` means the Edge host has no connection to a Palette instance. | String |`central`|
44
+
|`stylus.path`| Specifies Stylus installation directory. Stylus appends its internal layout, `/opt/spectrocloud`, to this path. If you omit this parameter, the system uses `/` as the default root and installs Stylus to `/opt/spectrocloud`. | String |`/`|
45
+
|`stylus.registryCredentials`| Only used when a single external registry is in use and no mapping rules are needed. Refer to [Single External Registry](#single-external-registry) for more details. | Object | None |
46
+
|`stylus.site`| Review [Site Parameters](#site-parameters) for more information. | Object | None |
47
+
|`stylus.trace`| Enable trace output. Allowed values are `true` or `false`. | boolean |`false`|
48
+
|`stylus.vip.skip`| When set to `true`, the installer skips the configuration of kube-vip and enables the use of an external load balancer instead. | boolean |`false`|
0 commit comments