diff --git a/content/docs/authorization/deployment/rpm/_index.md b/content/docs/authorization/deployment/rpm/_index.md index 078976018c..107fb3bfd4 100644 --- a/content/docs/authorization/deployment/rpm/_index.md +++ b/content/docs/authorization/deployment/rpm/_index.md @@ -124,6 +124,16 @@ A Storage Administrator can execute the shell script, install_karavi_auth.sh as sh install_karavi_auth.sh ``` + As an option, on version 1.6.0, the Nodeports for the ingress controller can be specified: + + ``` + sh install_karavi_auth.sh --traefik_web_port --traefik_websecure_port + + Ex.: + + sh install_karavi_auth.sh --traefik_web_port 30001 --traefik_websecure_port 30002 + + 5. After installation, application data will be stored on the system under `/var/lib/rancher/k3s/storage/`. If errors occur during installation, review the [Troubleshooting](../../troubleshooting) section. diff --git a/content/docs/authorization/release/_index.md b/content/docs/authorization/release/_index.md index 4352059fbe..989aa1f7cc 100644 --- a/content/docs/authorization/release/_index.md +++ b/content/docs/authorization/release/_index.md @@ -6,6 +6,15 @@ Description: > Dell Container Storage Modules (CSM) release notes for authorization --- + +## Release Notes - CSM Authorization 1.6.0 + +### New Features/Changes +- Restrict the version of TLS to v1.2 for all requests to CSM authorization proxy server. ([#642](https://github.com/dell/csm/issues/642)) +- Option to set Nodeports for the ingress controller during CSM authorization install/upgrade. +- Restrict CSM authorization requests to use either signed or self-signed certificate generated for the proxy server. + + ## Release Notes - CSM Authorization 1.4.0 ### New Features/Changes diff --git a/content/docs/authorization/upgrade.md b/content/docs/authorization/upgrade.md index 8be889ac83..72fae3377e 100644 --- a/content/docs/authorization/upgrade.md +++ b/content/docs/authorization/upgrade.md @@ -12,7 +12,7 @@ This section outlines the upgrade steps for Container Storage Modules (CSM) for ### Upgrading CSM for Authorization proxy server -Obtain the latest single binary installer RPM by following one of our two options [here](../deployment/#single-binary-installer). +Obtain the latest single binary installer RPM by following one of our two options [here](../deployment/#single-binary-installer). To update the rpm package on the system, run the below command from within the extracted folder: @@ -20,6 +20,16 @@ To update the rpm package on the system, run the below command from within the e sh install_karavi_auth.sh --upgrade ``` +As an option, on version 1.6.0, the Nodeports for the ingress controller can be specified: + +``` +sh install_karavi_auth.sh --upgrade --traefik_web_port --traefik_websecure_port + +Ex.: + +sh install_karavi_auth.sh --upgrade --traefik_web_port 30001 --traefik_websecure_port 30002 +``` + To verify that the new version of the rpm is installed and K3s has been updated, run the below commands: ```