diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 427fd99b68..4d6039f465 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -6,6 +6,10 @@ this quickstart we'll demonstrate the most common/recommended patterns. More det section: :ref:`CogniteClient `, :ref:`ClientConfig `, :ref:`GlobalConfig `, and :ref:`credential_providers:Credential Providers`. +.. warning:: + Ensure that credentials are stored and handled securely by not hard-coding it or storing them in a text file. All the below examples + are using and referencing environment variables to store this sensitive information. + Instantiate a new client from a configuration file -------------------------------------------------- Use this code to instantiate a client using a configuration file in order to execute API calls to Cognite Data Fusion (CDF).