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
| `component.nexusoperations.callback.endpoint.template` | String | Defines the URL template used to construct Nexus callback endpoints that Nexus uses to deliver asynchronous completion results. | `https://$PUBLIC_URL:7243/namespaces/{{.NamespaceName}}/nexus/callback` |
251
251
| `component.callbacks.allowedAddresses` | Object | Defines the security allow-list of callback URL patterns that the server will accept; used to restrict what callback endpoints can be invoked. | (See below sub-properties) |
252
-
| `component.callbacks.allowedAddresses.Pattern` | String | Defines which callback URLs are permitted to be called by the server. (the patterns is a wildcard) | `*` |
252
+
| `component.callbacks.allowedAddresses.Pattern` | String | Defines which callback URLs are permitted to be called by the server. (the patterns is a wildcard) | `*` |
253
253
| `component.callbacks.allowedAddresses.AllowInsecure` | Boolean | Enables whether insecure (non-TLS/HTTP) URLs matching the pattern are permitted; should be false in production when HTTPS is supported. | `true` |
0 commit comments