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(horde): add JwtIssuer to ensure container retains agents on restart #386

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

stephenlacy
Copy link
Contributor

Summary

Changes

In order to retain agents on ECS container restart the JwtIssuer must be set to a value that won't change. By default horde uses Dns.GetHostName() which changes on restart.

If your change doesn't seem to apply, please leave them unchecked.

  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created might not be successful.

@stephenlacy stephenlacy requested a review from a team as a code owner November 8, 2024 21:01
@stephenlacy stephenlacy requested a review from henrykie November 8, 2024 21:01
@pasotee
Copy link

pasotee commented Nov 9, 2024

I was looking into this the other day. Thanks for this!

EDIT: I just finished testing it, and it works perfectly.

@henrykie henrykie merged commit 58da7c3 into aws-games:main Nov 11, 2024
5 checks passed
@henrykie
Copy link
Contributor

Thanks @stephenlacy !

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.

4 participants