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: content/includes/nim/installation/optional-steps/install-configure-vault.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ NGINX Instance Manager can use [Vault](https://www.vaultproject.io/) as a datast
11
11
12
12
To install and enable Vault, follow these steps:
13
13
14
-
- Follow Vault's instructions to [install Vault 1.8.8 or later](https://www.vaultproject.io/docs/install) for your distribution.
14
+
- Follow Vault's instructions to [install Vault 1.8.8 or later](https://developer.hashicorp.com/vault/install) for your operating system.
15
15
- Ensure you're running Vault in a [production-hardened environment](https://learn.hashicorp.com/tutorials/vault/production-hardening).
16
16
- After installing NGINX Instance Manager, follow the steps to [configure Vault for storing secrets]({{< ref "/nim/system-configuration/configure-vault.md" >}}).
When upgrading to 2.10 you may see a warning like the below message for the NGINX Management Suite Ingestion service. It can be safely ignored.
475
-
476
-
```none
477
-
[WARN] #011/usr/bin/nms-ingestion #011start/start.go:497 #011error checking migrations Mismatched migration version for ClickHouse, expected 39 migrations to be applied, currently have only 44 migrations applied.
478
-
```
479
-
480
-
---
481
-
482
-
### {{% icon-bug %}} When upgrading to Instance Manager 2.10, the API does not return lastDeploymentDetails for existing configurations {#42119}
After upgrading to Instance Manager 2.10, the API does not return lastDeploymentDetails forexisting configuration blocks. This is then reflected as "Invalid Date"in the UI (See #42108).
494
-
495
-
#### Workaround
496
-
497
-
Republish the configuration for the affected configuration blocks.
498
-
499
-
---
500
-
501
-
502
447
## 2.6.0
503
448
504
449
November 17, 2022
505
450
506
-
### {{% icon-bug %}} App Protect Policies page fails when deployed via Helm chart {#38782}
When installing NGINX Instance Manager on Kubernetes via Helm Chart, the App Protect page shows an error banner, and no default policies are displayed.
518
-
519
-
---
520
-
521
-
### {{% icon-bug %}} Config deployment could fail when referencing remote cert inside allowed directories {#38596}
When using NGINX Instance Manager with App Protect policies, previously referenced policies in the NGINX configuration may not be removed after they are no longer referenced in the NGINX config.
556
-
557
-
#### Workaround
558
-
559
-
Unreferenced policy files may be removed manually from /etc/nms.
560
-
561
-
---
562
-
563
-
### {{% icon-bug %}} HTTP version schema returns incorrect value in Advanced metrics module {#38041}
Occasionally, when publishing an NGINX config to a NATS server, the system returns a `Deployment Not Found` error, and the `nms.log` file includes the error `http failure with code '131043': <nil>`.
632
-
633
-
#### Workaround
634
-
635
-
Remove the existing NATs working directory and restart the NMS Data Plane Manager (`nms-dpm`) service as root.
636
-
637
-
{{< call-out "caution">}}Restarting the `nms-dpm` service is disruptive and may result in the loss of event data. You should schedule a maintenance window for restarting the service.{{< /call-out >}}
After upgrading to NGINX Instance Manager 2.1.0, and updating nginx-agent from platform packaging, duplicate instances may appear on the Instance overview page. This issue is caused by a change in how the NGINX Agent generates the `system_uid`.
717
-
718
-
#### Workaround
719
-
720
-
You can safely delete the older entries or wait for them to expire.
721
-
722
-
---
723
-
724
-
### {{% icon-bug %}} “No such process” error occurs when publishing a configuration {#33160}
When publishing a configuration, you might encounter an error similar to the following example:
736
-
737
-
``` text
738
-
config action failed: Config apply failed (write): no such process
739
-
```
740
-
741
-
This error can occur when there is a desyncronization between the NGINX Agent and NGINX PID, often after manually restarting NGINX when the Agent is running.
NGINX Instance Manager does not currently support managing NGINX App Protect WAF instances. NGINX App Protect WAF may block attempts to publish configurations to NGINX App Protect WAF instances.
770
-
771
-
---
772
-
773
505
### {{% icon-bug %}} Web interface doesn’t report error when failing to upload large config files {#31081}
When installing on CentOS 7, RHEL 7, and Amazon Linux 2, the package manager doesn't prevent installing NGINX Instance Manager with unsupported versions of NGINX or NGINX Plus. As a consequence, it is possible that `nms-instance-manager` is installed without an NGINX gateway. Resulting in a less than optimal experience.
804
-
805
-
#### Workaround
806
-
807
-
Install a supported version of NGINX (v1.18 or later) or NGINX Plus (R22 or later). See the [Technical Specifications]({{< ref "nim/fundamentals/tech-specs.md">}}) guide for details.
0 commit comments