Does SQL client needs to change in any way if azure CosmosDB for PostgreSQL is encrypted with custom keys

Kaif Khan 0 Reputation points
2024-04-05T09:40:52.15+00:00

I have a Cosmos PostgreSQL db and i can connect to it using normal username, password, hostname and port number. If the db is encrypted using custom keys does anything needs to change on client side. Or it can still be connect with a normal database user having a username and password.

I don't expect any changes on client side.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,631 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshukatara-6769 9,195 Reputation points
    2024-04-05T10:09:29.9433333+00:00

    Hi Kaif

    If your Cosmos PostgreSQL database is encrypted using custom keys, typically, you wouldn't need to make any changes on the client side in terms of connection settings.

    When connecting to the encrypted database, you would still use the normal connection parameters such as username, password, hostname, and port number. The encryption and decryption processes are managed by the database itself and are transparent to the client application.

    As long as you provide the correct authentication credentials (username and password) and connection details, the client application should be able to establish a connection to the encrypted database without any additional configuration or changes on the client side.

    User's image

    Kindly accept answer , if it helps , Thanks! , Good day


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.