Changed default file modes from 0o644 to 0o600 for better security#1141
Changed default file modes from 0o644 to 0o600 for better security#1141
Conversation
75e9810 to
5da2c0d
Compare
5da2c0d to
8042252
Compare
|
@peteriman this is a breaking change, as we just noticed this. it breaks things in Kubernetes e.g. when using a sidecar to read logs. (Even though it is configurable the defaults broke). So it probably should have been reserved for 7.X. |
|
You are right. My mistake. In hindsight, probably should have used 7.x.x instead to not break things for existing users who uses the default file permissions. I have updated the changelog (7010a7d) to have a more indicative warning now we are unable to go back in time. For whoever might be reading this, to workaround the breaking change:
|
|
@peteriman this is a breaking change, as we just noticed this. it breaks things in Kubernetes e.g. when using a sidecar to read logs. (Even though it is configurable the defaults broke). So it probably should have been reserved for 7.X. |
|
You are right. My mistake. In hindsight, probably should have used 7.x.x instead to not break things for existing users who uses the default file permissions. I have updated the changelog (7010a7d) to have a more indicative warning now we are unable to go back in time. For whoever might be reading this, to workaround the breaking change:
|
No description provided.