Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 6f0c287

Browse files
Restrict permissions of private key file
The access rights of the private key file are restricted to the owner when it is created. On existing installations this must be done manually.
1 parent 953e5bb commit 6f0c287

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:224: https://github.com/stackabletech/agent/pull/224[#224]
66
:229: https://github.com/stackabletech/agent/pull/229[#229]
77
:234: https://github.com/stackabletech/agent/pull/234[#234]
8+
:235: https://github.com/stackabletech/agent/pull/235[#235]
89

910
=== Added
1011
* `hostIP` and `podIP` added to the pod status ({224}).
@@ -13,6 +14,10 @@
1314
=== Fixed
1415
* Invalid or unreachable repositories are skipped when searching for
1516
packages ({229}).
17+
* Access rights of the private key file restricted to the owner ({235}).
18+
The permissions are set when the file is created. On existing
19+
installations the permissions must be set manually, e.g. with
20+
`chmod 600 /etc/stackable/stackable-agent/secret/agent.key`.
1621

1722
== 0.4.0 - 2021-06-23
1823

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)