gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.59k stars 1.76k forks source link

Support Rocky Linux in node-join and agent/agentless installer scripts #44171

Closed webvictim closed 1 month ago

webvictim commented 3 months ago

What would you like Teleport to do?

Support Rocky Linux (the "new CentOS") in Teleport installation scripts.

It's binary compatible with RHEL/CentOS, so checks like this can likely just have rocky added to the supported list:

What problem does this solve?

Enables easier installs on distros which are technically supported.

If a workaround exists, please include it.

Edit installer scripts yourself.

zmb3 commented 1 month ago

@marcoandredinis is this good to close?

marcoandredinis commented 1 month ago

Yes, implemented in https://github.com/gravitational/teleport/pull/44283 and https://github.com/gravitational/teleport/pull/44319