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

feat: multiple improvements for REANA 0.9.4 #476

Open
wants to merge 2 commits into
base: maint-0.9
Choose a base branch
from

Commits on Nov 22, 2024

  1. fix(config): read secret key from env (#476)

    Make sure the secret key is propagated to the Flask app, instead of
    incorrectly using the default one.
    mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1b5aa98 View commit details
    Browse the repository at this point in the history
  2. fix(kubernetes): avoid privilege escalation in Kubernetes jobs (#476)

    Configure the security context of Kubernetes jobs to disallow privilege
    escalation.
    wirespecter authored and mdonadoni committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    389f0ea View commit details
    Browse the repository at this point in the history