You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have the dependencies as publicly readable and executable in order to let any container user to run the application properly. So far we could only have root when using Jib publishing strategy.
Ref apache#5462
We need to have the dependencies as publicly readable and executable in order to let any container user to run the application properly. So far we could only have root when using Jib publishing strategy.
Ref #5462
This is now feasible after the work done in #5960. However it would open potential backward compatibility, as, if we default to a non-root user and the operator pick an old IntegrationKit, it would be impossible to run it. Moving into 3.x milestone.
As seen in #5461 the managed application build is using a
root
default user. We need to switch to a non root user by default to strengthen security.The text was updated successfully, but these errors were encountered: