metal-api icon indicating copy to clipboard operation
metal-api copied to clipboard

API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more

Results 99 metal-api issues
Sort by recently updated
recently updated
newest added

Dependend PRs: - [ ] https://github.com/metal-stack/metalctl/pull/240/ - [ ] https://github.com/metal-stack/metal-go/pull/158 - [ ] https://github.com/metal-stack/metal-hammer/pull/121 - [ ] https://github.com/metal-stack/metal-roles/pull/274 - [x] https://github.com/u-root/u-root/pull/2950 - [ ] Documentation We need to test a...

This API enables the user to toggle a port of a switch. The endpoint is `/switch/{id}/port` and the post body contains ~~~go type SwitchPortToggleRequest struct { NicName string `json:"nic" description:"the...

We often produce responses with our server that are not valid against the Swagger spec. For Go clients this seems not to be a big issue as type safety is...

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.3+incompatible to 25.0.5+incompatible. Release notes Sourced from github.com/docker/docker's releases. 25.0.5 For a full list of pull requests and changes in this release, refer to the relevant GitHub...

dependencies

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.0 to 5.5.4. Changelog Sourced from github.com/jackc/pgx/v5's changelog. 5.5.4 (March 4, 2024) Fix CVE-2024-27304 SQL injection can occur if an attacker can cause a single query or...

dependencies

Because the timeout to fetch the vpn state from headscale is set to low: This log in the headscale indicates that ``` 2024-01-31T10:02:09Z INF Notifying peers handler=PollNetMap machine=b6cdfc00-e229-11e9-8000-3cecef2213cc noise=true 2024-01-31T10:02:09Z...

We had AGPL because we wanted to enforce third parties which eventually use also metal-stack to contribute back their enhancements. We did not get any external contributions to metal-api in...

implements #463 - [ ] depends on https://github.com/metal-stack/masterdata-api/pull/74

enhancement