Skip to content

Conversation

@sujata-m
Copy link
Contributor

No description provided.

@sujata-m sujata-m requested a review from susrisha September 13, 2023 14:21
print('\x1b[31m UPLOAD_TOPIC=xxxx \x1b[0m')
print('\x1b[31m UPLOAD_SUBSCRIPTION=xxxx \x1b[0m')
print('\x1b[31m VALIDATION_TOPIC=xxxx \x1b[0m')
print('\x1b[31m QUEUECONNECTION=xxxx \x1b[0m')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not print the connection strings. They are supposed to be private

Copy link
Contributor Author

@sujata-m sujata-m Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@susrisha this is not about printing connection string. This would be shown only if -

  1. .env file is missing
  2. Invalid .env file

We are closing the server by saying

Application startup failed due to missing or invalid .env 
Please provide the valid .env file and .env file should contains following parameters


UPLOAD_TOPIC=xxxx
UPLOAD_SUBSCRIPTION=xxxx
VALIDATION_TOPIC=xxxx
QUEUECONNECTION=xxxx
STORAGECONNECTION=xxxx


@sujata-m sujata-m merged commit b87c6cc into dev Oct 9, 2023
@rdevalap rdevalap deleted the feature/osw-functionality branch November 6, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants