Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Use new filesystem key manager #488

Merged
merged 2 commits into from
Sep 8, 2020
Merged

Use new filesystem key manager #488

merged 2 commits into from
Sep 8, 2020

Conversation

sethvargo
Copy link
Member

Depends on google/exposure-notifications-server#957

Release Note

Recommend filesystem key manager for local development

@sethvargo
Copy link
Member Author

/hold

@googlebot googlebot added the cla: yes Auto: added by CLA bot when all committers have signed a CLA. label Sep 7, 2020
go.mod Outdated
@@ -2,6 +2,8 @@ module github.com/google/exposure-notifications-verification-server

go 1.14

replace github.com/google/exposure-notifications-server => ../exposure-notifications-server
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to update this after merging google/exposure-notifications-server#957

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls update to v0.7.0

@@ -89,25 +89,6 @@ func (c *Config) Load(ctx context.Context) (*Database, error) {
logger.Errorf("key manager does not support the SigningKeyManager interface, falling back to single verification signing key")
}

// If the key manager is in-memory, accept the key as a base64-encoded
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad to get rid of this - it was... hacky.

@mikehelmick mikehelmick mentioned this pull request Sep 8, 2020
@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikehelmick, sethvargo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [mikehelmick,sethvargo]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot google-oss-robot merged commit e013f21 into main Sep 8, 2020
@google-oss-robot google-oss-robot deleted the sethvargo/keys branch September 8, 2020 18:00
@google google locked and limited conversation to collaborators Oct 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Auto: added by CLA bot when all committers have signed a CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants