Skip to content

Conversation

@dylanratcliffe
Copy link
Member

@dylanratcliffe dylanratcliffe commented Jul 18, 2023

No clue how this was working before. It was using url as the target for opening the websocket which is typically https://api.prod.overmind.tech. This was causing a 404 error. The correct url would be gateway-url which looks like this https://api.prod.overmind.tech/api/gateway

Not sure why this was like this. `SEARCH` is correct
No clue how this was working before
err = wspb.Write(ctx, c, &req)

if err == nil {
log.WithContext(ctx).WithFields(log.Fields{

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

[Sensitive data returned by an access to apiKey](1) flows to a logging call.
@dylanratcliffe dylanratcliffe merged commit f16a545 into main Jul 18, 2023
@dylanratcliffe dylanratcliffe deleted the plan-submit-fixes branch July 18, 2023 20:20
@DavidS-ovm
Copy link
Contributor

Yeah, refactoring the config was a change late in the process

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