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

fix server auth key not saving #512

Merged
merged 2 commits into from
May 17, 2024

Conversation

rjdXpxigYxNT
Copy link
Contributor

@rjdXpxigYxNT rjdXpxigYxNT commented May 17, 2024

this fixes the server auth key from not being saved in the server creator/editor. also hopefully makes it clearer that it is an auth key not the password to join the server. better solution would be to have the key be randomly generated.

@leighmacdonald
Copy link
Owner

Looks like it works, thanks! I agree randomly generating it would be nice. The reason its not is because i currently have no way to pull this data down when deploying the game servers with ansible. Its a solvable problem, but i have not currently created a mechanism to allow for this.

@leighmacdonald leighmacdonald merged commit 34a5555 into leighmacdonald:master May 17, 2024
7 checks passed
@rjdXpxigYxNT
Copy link
Contributor Author

rjdXpxigYxNT commented May 17, 2024

i am thinking only randomly generating the key on create on the server side, that way it can then be copied to ansible. like how sourcebans provides an id to be set.

@leighmacdonald
Copy link
Owner

Yeah, that's a good default to go with 👍

@rjdXpxigYxNT rjdXpxigYxNT deleted the saveauthkey branch May 17, 2024 21:01
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.

None yet

2 participants