teleport icon indicating copy to clipboard operation
teleport copied to clipboard

Allow configurable teleport package repo name

Open bernardjkim opened this issue 1 year ago • 1 comments

What would you like Teleport to do?

Teleport automatic updates should support a configurable teleport repository name.

What problem does this solve?

Users are able to set an arbitrary name for the Teleport package repository name. However, the teleport updater is hardcoded to assume that the Teleport package repository name is "teleport".

Some users require a custom name for their Teleport package repository, so this limitation is blocking enrollment of automatic updates for these users.

If a workaround exists, please include it.

The teleport updater is hardcoded to only work with the "teleport" package repository. So to workaround this:

  • Update the package repository name to "teleport"
  • Modify the teleport-upgrade script and replace the hardcoded instances of the "teleport" repo name with the custom repo name. Ex: --enablerepo="teleport", --disableexcludes="teleport", --repo="teleport".

bernardjkim avatar May 17 '24 19:05 bernardjkim

Is this the same as #30881?

zmb3 avatar May 18 '24 16:05 zmb3

Oh, yup. Closing. Duplicate of https://github.com/gravitational/teleport/issues/30881.

bernardjkim avatar May 20 '24 17:05 bernardjkim