Jeremy L. Morris
Jeremy L. Morris
Currently, we can `doctl projects resources assign` and `doctl projects resources list` the `Kubernetes` resource. But we can't run the `doctl projects resources get do:doks:` command to get the details...
This is an initial PR to address issue #439
**What this PR does / why we need it**: Cleans up ssh keys from our DO test account whenever do-janitor is called. **Which issue(s) this PR fixes** *(optional, in `fixes...
**Please provide a description of this PR:** This PR extends WDS by adding a waypoint field to the proto definition for Service. Allows representation for svc-addressed waypoint capture. Completes: #49435
We need a way to communicate to the user that the CR is misconfigured. Also, whether or not a Gateway exists in order to implement Policy Attachment correctly (see [here](https://github.com/istio/api/pull/2888#issuecomment-1673384025))....
**Please provide a description of this PR:** Implementing waypoint-for annotation. ~Basing off of @ilrudie's use-waypoint annotation work (https://github.com/istio/istio/pull/49700) since the same files are being simultaneously added. I'll trail his changes...
Updated AttributeSet variable identifier to attributes
Renamed AttributeSet variable and int for default style attribute.
Renamed variable identifiers for AttributeSet and int for the default style attribute.
The test ([test_cache_refresh](https://github.com/istio/ztunnel/blob/d0a7eed7e1a94e919393401fe27c0bbb268f1604/src/identity/manager.rs#L697)) is not too reliable due to it's time dependent nature. When ran locally it may panic that the expected number of cert updates does not match the...