Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Docker registry mTLS. #898

Merged
merged 4 commits into from
Nov 21, 2019
Merged

Docker registry mTLS. #898

merged 4 commits into from
Nov 21, 2019

Conversation

r0mant
Copy link
Contributor

@r0mant r0mant commented Nov 20, 2019

This PR should be the final step in the migration from tele login to tsh login:

Implementation-wise, it uses the same authentication middleware already used by other web handlers, which extracts certificate from HTTP request and attaches it to the request context.

  • Update Teleport to 3.2.14 which includes the aforementioned tsh login improvement.
  • Configure Hub to indicate that it supports Docker/Helm so tsh login can configure these clients.

Once this is merged, the only thing left will be cleaning up old tele login/status/logout commands as they're no longer needed. Closes #580.

@r0mant r0mant self-assigned this Nov 20, 2019
@r0mant r0mant merged commit 651eff0 into master Nov 21, 2019
@r0mant r0mant deleted the roman/login branch November 21, 2019 23:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace "tele login" with "tsh login"
3 participants