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

Move external backend key logic to receiver methods of backend.Key #45985

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

rosstimothy
Copy link
Contributor

@rosstimothy rosstimothy commented Aug 28, 2024

There are a number of places that the backend.Key is assumed to be a []byte and is passed to various functions from the bytes package. This creates equivalent functionality on the backend.Key type so that all assumptions about the backend key type can be removed.

Companion: https://github.com/gravitational/teleport.e/pull/4952

@rosstimothy rosstimothy added backport/branch/v14 no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 backport/branch/v16 labels Aug 28, 2024
@rosstimothy rosstimothy marked this pull request as ready for review August 28, 2024 19:59
@rosstimothy rosstimothy force-pushed the tross/backend-key-implementation branch from 4c2e208 to 0eb8349 Compare August 28, 2024 20:05
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from atburke August 29, 2024 16:58
@rosstimothy rosstimothy force-pushed the tross/backend-key-implementation branch 2 times, most recently from a52f2d3 to 775cc24 Compare August 30, 2024 13:03
There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
@rosstimothy rosstimothy force-pushed the tross/backend-key-implementation branch from 775cc24 to 9b62038 Compare September 3, 2024 19:54
@rosstimothy rosstimothy added this pull request to the merge queue Sep 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 3, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Sep 3, 2024
Merged via the queue into master with commit c0241f3 Sep 3, 2024
39 checks passed
@rosstimothy rosstimothy deleted the tross/backend-key-implementation branch September 3, 2024 20:44
@public-teleport-github-review-bot

@rosstimothy See the table below for backport results.

Branch Result
branch/v14 Failed
branch/v15 Failed
branch/v16 Create PR

rosstimothy added a commit that referenced this pull request Sep 3, 2024
…45985)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
rosstimothy added a commit that referenced this pull request Sep 3, 2024
…45985)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
rosstimothy added a commit that referenced this pull request Sep 4, 2024
…45985)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
rosstimothy added a commit that referenced this pull request Sep 4, 2024
…45985)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
github-merge-queue bot pushed a commit that referenced this pull request Sep 5, 2024
…45985) (#46196)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
github-merge-queue bot pushed a commit that referenced this pull request Sep 5, 2024
…45985) (#46195)

There are a number of places that the backend.Key is assumed to
be a []byte and is passed to various functions from the `bytes`
package. This creates equivalent functionality on the backend.Key
type so that all assumptions about the backend key type can be
removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants