Zac Bergquist

Results 58 issues of Zac Bergquist

The code attempts to wait on an existing download if one is already in progress rather than starting a concurrent download of the same session. If this code path runs,...

audit-log

The code attempts to wait on an existing download if one is already in progress rather than starting a concurrent download of the same session. If this code path runs,...

audit-log
backport

Updates #14143 Backports #15075 Co-authored-by: Edoardo Spadolini

backport

When you attempt to `StreamSessionEvents` for the same session concurrently, the auth server panics. In order to stream the events, the auth server needs to download the recorded session from...

bug
audit-log

A cookie's `Max-Age` is the number of _seconds_ until expiration, so the following code doesn't do what the author intended. ``` const hour = 3600000 const twoWeeks = 14 *...

I'm almost certain I deployed multiple instances of PCF with this tooling using the same DNS zone, and the records would be of the form `*..`. In fact, the [README](https://github.com/cf-platform-eng/gcp-pcf-quickstart/blob/master/src/omg-tf/README.md#dns-records)...

I ran the script with `ENV_DIR=env1` and was greeted with: ``` ~/gcp-pcf-quickstart/src/omg-tf ~/gcp-pcf-quickstart loading environment config: open env1/config.json: no such file or directory ``` I am certain that the `env1/config.json`...

I'm having trouble understanding the difference between these two annotations and when to use one or the other. Could someone elaborate? I'd be happy to add something to the readme...

Prior to this change, each individual service (proxy, app, SSH, db, etc) would spin up its own uploader service. If you are running multiple Teleport services in the same process,...

audit-log

The upload completer would set the session end time based on the last known event in the session, but it left the timestamp in the event's metadata blank, which caused...

audit-log
backport/branch/v9
backport/branch/v8
backport/branch/v10