Skip to content

x/build/cmd/gomote: implement the gomote api #48742

Closed
@cagedmantis

Description

@cagedmantis

This issue tracks the implementation of the gomote API:

  • Finalize the API design
    Implement Authenticate endpoint.
    Implement CreateInstance endpoint.
    Implement DestroyInstance endpoint.
    Implement ExecuteCommand endpoint.
    Implement InstanceAlive endpoint.
    Implement ListDirectory endpoint.
    Implement ListInstances endpoint.
    Implement ReadTGZ endpoint.
    Implement RemoveFiles endpoint.
    Implement SignSSHKey endpoint.
    Implement UploadFile endpoint.
    Implement WriteTGZFromURL endpoint.
    Implement WriteFileFromURL endpoint.
    Add the option to disable the IAP audience check.

This is a component of the project to revamp the security model used by gomote #47521
@golang/release

Activity

added
Buildersx/build issues (builders, bots, dashboards)
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Oct 1, 2021
added this to the Backlog milestone on Oct 1, 2021
self-assigned this
on Oct 18, 2021
gopherbot

gopherbot commented on Oct 18, 2021

@gopherbot
Contributor

Change https://golang.org/cl/356589 mentions this issue: internal/gomote/protos: add a skeleton for a gomote api

gopherbot

gopherbot commented on Nov 3, 2021

@gopherbot
Contributor

Change https://golang.org/cl/361098 mentions this issue: internal/gomote, cmd/coordinator: add GRPC gomote server

added a commit that references this issue on Nov 23, 2021
gopherbot

gopherbot commented on Dec 2, 2021

@gopherbot
Contributor

Change https://golang.org/cl/368674 mentions this issue: cmd/coordinator, internal/coordinator/pool: move pool buildlet func

gopherbot

gopherbot commented on Dec 2, 2021

@gopherbot
Contributor

Change https://golang.org/cl/368675 mentions this issue: cmd/coordinator, internal/coordinator/log: create coordinator log pkg

gopherbot

gopherbot commented on Dec 2, 2021

@gopherbot
Contributor

Change https://golang.org/cl/368676 mentions this issue: cmd/coordinator, internal/coordinator/schedule: create schedule pkg

gopherbot

gopherbot commented on Dec 9, 2021

@gopherbot
Contributor

Change https://golang.org/cl/370662 mentions this issue: internal/gomote, internal/gomote/protos: add create instance endpoint

54 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Buildersx/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cagedmantis@dmitshur@gopherbot

        Issue actions

          x/build/cmd/gomote: implement the gomote api · Issue #48742 · golang/go