Skip to content

Conversation

@Jay07GIT
Copy link
Member

@Jay07GIT Jay07GIT commented Mar 5, 2024

Changes in this PR.

  1. Updated aws4 version
  2. Fixed the Authentication issue caused by axios dependency

Copy link
Member

@Aravindh-Raju Aravindh-Raju left a comment

Choose a reason for hiding this comment

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

Tested it out locally. Able to perform all the actions now. LGTM!

'Content-Type': 'application/json'
},
body: opts.body ? JSON.stringify(opts.body) : ''
body: JSON.stringify(opts.body)
Copy link
Member

Choose a reason for hiding this comment

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

Will we get an error when opts.body is empty as the condition is removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeh . If the body is null or undefined, we will get an error.


echo "Removing VinylDNS API if exists.."
if docker ps | grep -q "vinyldns-js-api"; then
if docker ps -a| grep -q "vinyldns-js-api"; then
Copy link
Member

Choose a reason for hiding this comment

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

I think the -a is added for testing? If so, we can remove them.

Copy link
Member Author

Choose a reason for hiding this comment

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

this done purposely to pull all running docker container and stop which has the name vinyldns-js-api

@Jay07GIT Jay07GIT self-assigned this Oct 6, 2025
@Jay07GIT Jay07GIT added kind/maintenance Code cleanup, refactoring, tech debt, etc area/core This issue/PR affects the core functionality labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/core This issue/PR affects the core functionality kind/maintenance Code cleanup, refactoring, tech debt, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants