Skip to content

Commit

Permalink
RC: Enabling private service connection causes issues with the public…
Browse files Browse the repository at this point in the history
… endpoint (#3195)

* Add PSC endpoint note

* clarify note

* Add note for deactivation
  • Loading branch information
cmilesb authored Mar 14, 2024
1 parent 752022a commit 0f9dac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/rc/security/private-service-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Once your Private Service Connect endpoint is active, you can connect your appli

1. Copy the endpoint and use it in your application to connect to your database.

{{< note >}}
Once your Private Service Connect endpoint is active, you must connect to the database from the Private Service Connect endpoint if you want to connect with Private Service connect. If you previously used the public or private endpoint to connect to your database, you must migrate any connections to the Private Service Connect endpoint.
{{< /note >}}


## Deactivate Private Service Connect {#deactivate-psc}

Expand Down Expand Up @@ -159,6 +163,8 @@ To deactivate Private Service Connect for your subscription:

{{<image filename="images/rc/button-subscription-connectivity-psc-remove-service-confirm.png" width="100px" alt="Use the Confirm button to deactivate Private Service Connect." >}}{{< /image >}}

Once you remove all of your Private Service Connect endpoints and deactivate it, you must migrate any connections from a Private Service Connect endpoint to the public or private endpoint of your database.

## Limitations

Private Service Connect has the following limitations in Redis Cloud:
Expand Down

0 comments on commit 0f9dac2

Please sign in to comment.