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

Restrict permissions of private key file #235

Merged
merged 1 commit into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:224: https://github.com/stackabletech/agent/pull/224[#224]
:229: https://github.com/stackabletech/agent/pull/229[#229]
:234: https://github.com/stackabletech/agent/pull/234[#234]
:235: https://github.com/stackabletech/agent/pull/235[#235]

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

== 0.4.0 - 2021-06-23

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.