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: docs/values.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -613,16 +613,15 @@ Configuration for BunkerWeb behavior in Kubernetes environment
613
613
|`settings.redis`| Configuration for redis |`object`| See nested values |
614
614
|`settings.ui`| Configuration for ui |`object`| See nested values |
615
615
|`settings.api.apiAclBootstrapFile`| OR/AND ConfigMap name that includes ACL based JSON File https://docs.bunkerweb.io/latest/api/#permis...|`string`|`""`|
616
-
|`settings.api.apiPassword`| Configuration for apiPassword |`string`|`""`|
617
-
|`settings.api.apiToken`| Authentication settings https://docs.bunkerweb.io/latest/api/#authentication API Bearer Token Leave ... |`string`|`""`|
618
-
|`settings.api.apiUsername`| OR/AND API Username and Password Leave Empty if using settings.existingSecret |`string`|`""`|
619
616
|`settings.api.docsUrl`| URL for API documentation, set to an empty value to disable |`string`|`"/docs"`|
620
617
|`settings.api.forwardedAllowIps`| Forwarded allow IPs for correct client IP detection |`string`|`"*"`|
621
618
|`settings.api.ingress`| Ingress configuration for UI access |`object`| See nested values |
622
619
|`settings.api.openApiUrl`| URL for OpenAPI specification, set to an empty value to disable |`string`|`"/openapi.json"`|
623
620
|`settings.api.rateLimit`| Rate limiting configuration for API access https://docs.bunkerweb.io/latest/api/#rate-limiting|`object`| See nested values |
624
621
|`settings.api.redocUrl`| URL for ReDoc API documentation, set to an empty value to disable |`string`|`"/redoc"`|
625
622
|`settings.api.rootPath`| API Configuration https://docs.bunkerweb.io/latest/api/#configuration Root path for the API |`string`|`""`|
623
+
|`settings.api.useBearerToken`| Authentication settings https://docs.bunkerweb.io/latest/api/#authentication Choose at least one met... |`object`| See nested values |
624
+
|`settings.api.useUserPass`| Username and Password |`object`| See nested values |
626
625
|`settings.api.whitelist`| Whitelist configuration for API access |`object`| See nested values |
627
626
|`settings.kubernetes.domainName`| Kubernetes cluster domain name for service discovery |`string`|`"cluster.local"`|
628
627
|`settings.kubernetes.ignoreAnnotations`| Annotations to be ignored by bunkerweb-controller when multiple ingress controllers (comma-separated... |`string`|`""`|
@@ -651,6 +650,11 @@ Configuration for BunkerWeb behavior in Kubernetes environment
|`settings.api.rateLimit.enabled`| Set to true to create an Ingress resource for the UI |`bool`|`true`|
653
652
|`settings.api.rateLimit.strategy`| Strategy: "fixed-window" or "moving-window" or "sliding-window" https://limits.readthedocs.io/en/sta...|`string`|`"fixed-window"`|
653
+
|`settings.api.useBearerToken.fromExistingSecret`| If enable, it will use settings.existingSecret |`bool`|`false`|
654
+
|`settings.api.useBearerToken.token`| If not using existingSecret, set the token here |`string`|`""`|
655
+
|`settings.api.useUserPass.apiPassword`| Configuration for apiPassword |`string`|`""`|
656
+
|`settings.api.useUserPass.apiUsername`| If not using existingSecret, set the credentials here |`string`|`""`|
657
+
|`settings.api.useUserPass.fromExistingSecret`| If enable, it will use settings.existingSecret |`bool`|`false`|
654
658
|`settings.api.whitelist.enabled`| Set to true to create an Ingress resource for the UI |`bool`|`true`|
655
659
|`settings.api.whitelist.whitelistIps`| space-separated list of IPs/CIDR allowed to access the API |`string`|`"10.0.0.0/8"`|
656
660
|`settings.ui.ingress.enabled`| Set to true to create an Ingress resource for the UI |`bool`|`false`|
0 commit comments