-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare for 0.7.2 #685
Prepare for 0.7.2 #685
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d2c77c0 - Browse repository at this point
Copy the full SHA d2c77c0View commit details -
Add go-modules to build system
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05aa15b - Browse repository at this point
Copy the full SHA 05aa15bView commit details -
Removing dep-related commands and files
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77f79a0 - Browse repository at this point
Copy the full SHA 77f79a0View commit details -
incorrect syntax for aws_iid resolver example in docs
updated example from: arn:aws:iam::123456789012:instance-profile/Blog to: iamrole:arn:aws:iam::123456789012:instance-profile/Blog Signed-off-by: David Gervais <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b408737 - Browse repository at this point
Copy the full SHA b408737View commit details -
deprecate use of github.com/satori/go.uuid for github.com/gofrs/uuid
Gopkg.toml version of [email protected] did not include non-random uuid fix: satori/go.uuid#73 also, deprecation notice for satori/go.uuid posted via issue: satori/go.uuid#84 community recommended replacement is available at github.com/gofrs/uuid * updated Gopkg.toml to use github.com/gofrs/uuid @ 3.1.2 * rebuilt Gopkg.lock * incorporate symmantics of uuid.NewV4() can return error Signed-off-by: David Gervais <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbcd670 - Browse repository at this point
Copy the full SHA bbcd670View commit details -
Makefile refactor, adding help target
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acf0492 - Browse repository at this point
Copy the full SHA acf0492View commit details -
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 395fe58 - Browse repository at this point
Copy the full SHA 395fe58View commit details -
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26702ea - Browse repository at this point
Copy the full SHA 26702eaView commit details -
Removing missing dep references
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afbfea1 - Browse repository at this point
Copy the full SHA afbfea1View commit details -
Dont allow agents to specify X509-SVID Subject
Currently, SPIRE server signs certificates using the subject specified in the CSR. Since SPIRE has no way of actually validating this information, it should not be included. The agent generates CSRs with a hardcoded Subject. As a quick fix, this commit uses the same hardcoded Subject except it is set on the server side directly. Signed-off-by: Evan Gilman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6e639b - Browse repository at this point
Copy the full SHA e6e639bView commit details -
Adding new module for tools/utils
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 955c7d4 - Browse repository at this point
Copy the full SHA 955c7d4View commit details -
registration API auth via SPIFFE
- added "admin" flag to registration entries - updated CLI to support "admin" flag - refactored registration handler tests to unify code and remove mocking Signed-off-by: Andrew Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd962b6 - Browse repository at this point
Copy the full SHA cd962b6View commit details -
Move utils to tools folder (recommended name)
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d01f0fd - Browse repository at this point
Copy the full SHA d01f0fdView commit details -
Run 'go mod tidy' in tools module
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ba3a12 - Browse repository at this point
Copy the full SHA 8ba3a12View commit details -
refactor to require handler to handle authorization
Signed-off-by: Andrew Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b69a8c6 - Browse repository at this point
Copy the full SHA b69a8c6View commit details -
additional error info when no auth implemented
Signed-off-by: Andrew Harding <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c496148 - Browse repository at this point
Copy the full SHA c496148View commit details -
Selecting node resolver based on attestation type
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f0d8b4 - Browse repository at this point
Copy the full SHA 5f0d8b4View commit details -
Improve test cases based on PR comments
Signed-off-by: Marcos G. Yedro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bf97a9 - Browse repository at this point
Copy the full SHA 6bf97a9View commit details -
Fix debug message formatting in node resolver
Signed-off-by: Scott Emmons <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c84765c - Browse repository at this point
Copy the full SHA c84765cView commit details -
proto/agent/keymanager: Add StorePrivateKey to plugin API
Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d8c5b1 - Browse repository at this point
Copy the full SHA 1d8c5b1View commit details -
pkg/agent: Update KeyManager implementations and svid rotator logic
Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f0ea4e - Browse repository at this point
Copy the full SHA 8f0ea4eView commit details -
agent/svid: Refactor key storage, add atomic disk writes
Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bee8f6f - Browse repository at this point
Copy the full SHA bee8f6fView commit details -
Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed378c6 - Browse repository at this point
Copy the full SHA ed378c6View commit details -
Fix agent keymanager protobuf generation
Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ad67c8 - Browse repository at this point
Copy the full SHA 9ad67c8View commit details -
agent/nodeattestor/gcp: Use FQDN to find metadata server
In GCP node attestation, we request the instance identity token using the `metadata` DNS record. This uses `/etc/resolv.conf` to expand into `metadata.google.internal`; however, this means that node attestation has a dependency on GCP's default resolution, which makes it difficult for consumers with custom DNS resolvers. ``` $ cat /etc/resolv.conf domain foo.internal search foo.internal. google.internal. nameserver 169.254.169.254 ``` This change removes the dependency on `/etc/resolv.conf` by querying the metadata server using its FQDN `metadata.google.internal`. Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c03b9c5 - Browse repository at this point
Copy the full SHA c03b9c5View commit details -
agent/common/cgroups: Move cgroup logic from k8s attestor to common
This change moves cgroup-related logic in the k8s plugin to a shared agentutil package, since workload attestation using other docker-based orchestration platforms needs to do similar cgroup lookups. Signed-off-by: R. Tyler Julian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1adef15 - Browse repository at this point
Copy the full SHA 1adef15View commit details -
Fix node api handler test following conflict resolution
Looks like I flubbed some of the conflict resolution when cherry-picking from master. This small commit corrects the error and pulls the node api handler tests up to equal the contents in master. Signed-off-by: Evan Gilman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3be05dc - Browse repository at this point
Copy the full SHA 3be05dcView commit details