Michael Schurter
Michael Schurter
Also update Autopilot API examples. ### Reviewer Checklist - [ ] **Backport Labels** Please add the correct backport labels as described by the internal backporting document. - [ ] **Commit...
Errors from Decode are non-recoverable and should cause Stream to return. Otherwise Stream will loop forever on EOF from Decode. Fixes #27133 Repro: https://gist.github.com/schmichael/247a39bf36406c08c8a95fc8c85bd56a ### Description ### Testing & Reproduction...
The client-id and secret-id state files were being written with the permissions "0700" which made them executable. This is *not* a security issue. It just looks a bit funny. ###...
### Proposal Follow [Consul's](https://developer.hashicorp.com/consul/docs/agent/wal-logstore) lead by adding support for the [experimental Raft WAL LogStore](https://github.com/hashicorp/raft-wal). ### Use-cases One of the most pathological failure conditions of Nomad today is when a user...