Overview of Changes
The 24.1 update involves renaming several key environment variables used in the Dataedo application. These changes are part of our ongoing efforts to align with best practices and ensure a seamless user experience. Below is a comprehensive list of the old variables and their new counterparts:
Environment Variable Changes:
Old Variable | New Variable |
---|---|
IdPMetadata |
DATAEDO_SSO_IDP_METADATA |
Issuer |
DATAEDO_SSO_ISSUER |
SignatureAlgorithm |
DATAEDO_SSO_SIGNATURE_ALGORITHM |
CertificateValidationMode |
DATAEDO_SSO_CERTIFICATE_VALIDATION_MODE |
RevocationMode |
DATAEDO_SSO_REVOCATION_MODE |
DisplayName |
DATAEDO_SSO_DISPLAY_NAME |
ClientUrl |
DATAEDO_SSO_CLIENT_URL |
db_hostname |
DATAEDO_DB_HOSTNAME |
port |
DATAEDO_DB_PORT |
database |
DATAEDO_DB_DATABASE |
username |
DATAEDO_DB_USERNAME |
password |
DATAEDO_DB_PASSWORD |
Implications and Action Required
These changes will impact how environment variables are set up and referenced in your deployment configurations. We strongly advise all Dataedo users and administrators to:
- Update Configuration Files: If you use configuration files like .env or similar, please update them with the new variable names.
- Verify Integrations: Ensure that any integrations or automated systems that interact with Dataedo are updated to recognize the new environment variable names.
If you have any questions regarding this change, please use the Contact support button below to reach us.