coreos / afterburn

A one-shot cloud provider agent
https://coreos.github.io/afterburn/
Apache License 2.0
202 stars 101 forks source link

Add support for sending ssh_authorized_keys info into the journald log #394

Closed sohankunkerkar closed 4 years ago

sohankunkerkar commented 4 years ago

Tagging https://github.com/coreos/fedora-coreos-tracker/issues/279 issue for more visibility here.

In order to solve the above issue, there's one bullet point that talks about displaying information related to ssh_authorized_keys that were added by the afterburn process. After having some discussion around this topic(https://github.com/coreos/fedora-coreos-config/pull/344#pullrequestreview-393234733), it appears that sending a journal entry makes more sense here. Ideally, we need to use https://github.com/lucab/libsystemd-rs library to support this feature.

But it looks like (https://github.com/lucab/libsystemd-rs/pull/34) isn't present in the latest release. It would be really helpful if we cut a new release of that library to support this feature.

lucab commented 4 years ago

Duplicate of https://github.com/coreos/afterburn/issues/395, closing.