Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v14] Move process storage to separate package #43297

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #43093 to branch/v14

@rosstimothy rosstimothy added backport no-changelog Indicates that a PR does not require a changelog entry labels Jun 20, 2024
The auth state package contained both process state
information and the backing storage used to persist
the state. This turns out to be an expensive package
for consumers that only care about state and not
storage since it brings sqlite into the dependency
tree. By splitting storage out to a separate package
consumers it makes it possible to build client tools
that don't require knowing about process storage to
be built without cgo enabled.
@rosstimothy rosstimothy force-pushed the tross/backport-43093/v14 branch from 3e663bd to 7981101 Compare June 20, 2024 17:10
@rosstimothy rosstimothy marked this pull request as ready for review June 20, 2024 17:25
@github-actions github-actions bot requested review from strideynet and zmb3 June 20, 2024 17:26
@github-actions github-actions bot added machine-id size/sm tctl tctl - Teleport admin tool labels Jun 20, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Jun 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 24, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Jun 24, 2024
Merged via the queue into branch/v14 with commit ff8d1b8 Jun 24, 2024
28 checks passed
@rosstimothy rosstimothy deleted the tross/backport-43093/v14 branch June 24, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport machine-id no-changelog Indicates that a PR does not require a changelog entry size/sm tctl tctl - Teleport admin tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants