Commit Graph

6 Commits

Author SHA1 Message Date
Sorin Dumitru 50c7591a7b
Switch the quickstart tutorial to use k8s_psat (#140)
* Specify shell when fetching docker-env

For me this gets the set of commands for my user shell, not the shell running the script. Since we know we run the script as bash, tell that to minikube.

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Switch from k8s_sat to k8s_psat

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Upgrade to SPIRE 1.11.1

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Also fix the node alias entry

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Increase log lookback window size

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Update more lookback windows

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Update to 1.11.2 now that it's available

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Also update version in docker-compose

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* trim whitespace from jwt-svid

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Update workflow base image and go version

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Remove cgroup matching, it's no longer needed

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Wait for the servers to be ready

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

* Wait for the right server

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>

---------

Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2025-03-11 07:09:08 +00:00
Ryan Turner 01f85ba953
Fix usage of Docker Compose (#139)
* Fix GitHub PR workflow

- Use "docker compose" rather than "docker-compose" command to be
  compatible with latest Docker versions
- Bump actions versions to latest

Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
2025-01-23 12:29:42 -08:00
Marcos Yacob fc623ee0ad
Migrate envoy api v3 (#116)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-06-02 09:42:20 -06:00
Ryan Turner 99c84a75f6
Update Go to 1.19.4 on CI runner (#103)
Signed-off-by: Ryan Turner <turner@uber.com>
2022-12-23 08:14:26 -07:00
Ryan Turner 7703dd6e5d
Update to latest GitHub actions versions (#104)
The v2 actions use Node.js 12, and are now deprecated. Use the latest
versions of each action to avoid this message on CI:

"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16:
actions/checkout@v2, actions/setup-go@v2"

Signed-off-by: Ryan Turner <turner@uber.com>
2022-12-21 15:12:11 -03:00
Marcos Yacob 5cb41636f5
Enable Github actions (#78)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2022-05-01 10:49:50 -06:00