| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This feature only available when the VM created with metadata
enable-workload-certificate set to true [1], which is most likely is
not enabled.
This feature also still in beta.
[1] https://docs.cloud.google.com/compute/docs/access/authenticate-workloads-over-mtls#access_credentials
|
|
In the instance_configs.cfg.distro, we disable cloud logging to prevent
duplicate logs and disable boto config at boot.
Most distro disable boto config by default.
|
|
Changes,
* Use [SPDX licenses] headers and name.
In SPDX, the license name is "Apache-2.0" not "Apache.
There are inconsistent copyright text "Google Inc." and "Google LLC",
in some files, so we choose "Google LLC" instead.
* Build without CGO (CGO_ENABLED=0).
This require removal of "-ldflags=-linkmode=external" option in GOFLAGS.
* Use explicit install command instead of "*".
* Install and enable the new gce-workload-cert-refresh binary and
systemd timer.
* Remove unneeded systemd preset from package.
* Add Makefile for common tasks
[SPDX licenses]: https://rfc.archlinux.page/0016-spdx-license-identifiers/
|
|
|
|
|
|
|
|
|
|
|