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

kerberos: improve ticket renewal #444

Open
mdonadoni opened this issue Mar 11, 2024 · 0 comments
Open

kerberos: improve ticket renewal #444

mdonadoni opened this issue Mar 11, 2024 · 0 comments

Comments

@mdonadoni
Copy link
Member

Since #375, Kerberos tickets are renewed periodically during the execution of the jobs. This is done with a sidecar container.

It works well but it has few small issues:

  • the job docker image needs to have touch, as it's used to create a file in a directory shared with the sidecar container, so that the sidecar knows when to stop renewing the tickets
  • it might happen that for some reason the touch command is not called (e.g. missing command, some other failure). in this case the sidecar will keep running, preventing the job from being cleaned up

Possible improvements:

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

No branches or pull requests

1 participant