Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move INSECURE to docker-compose file and set INSECURE by default to true as it's self-signed #6

Merged
merged 4 commits into from
Nov 25, 2024

Conversation

b4iterdev
Copy link
Contributor

This will allow server to be accessible from the frontend out-of-the-box from docker-compose file.

@b4iterdev
Copy link
Contributor Author

I forgot that there should be a way to set AUTH Key without having to rebuild the image, but that's a WIP for now

@b4iterdev
Copy link
Contributor Author

And it also worth to note that current Spectra-Client won't connect to server if connection can't be made using https. While setting INSECURE=true is not recommended in production, testing can be a bit complicated if Client can't be used

@DarkView
Copy link
Member

I forgot that there should be a way to set AUTH Key without having to rebuild the image, but that's a WIP for now

We are changing the way you specify an auth key soon either way, since we switched to our new implementation on the back.
It's also already possible to set REQUIRE_AUTH_KEY to false in the environment to skip the key check entirely.

@DarkView
Copy link
Member

7763ca5

@DarkView DarkView merged commit b380fcc into ValoSpectra:main Nov 25, 2024
2 checks passed
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.

2 participants