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

Remove serviceaccount for game server container #640

Merged

Commits on Mar 14, 2019

  1. Remove serviceaccount for game server container

    This mounts an emptydir over the service account token
    that is automatically mounted in the container that runs
    the game server binary.
    
    Since this is exposed to the outside world, removing the serviceaccount
    token removes authentication against the rest of the Kubernetes cluster
    if it ever gets compromised.
    
    Closes googleforgames#150
    markmandel committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    fe0abc9 View commit details
    Browse the repository at this point in the history