Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Conversation

@gdbelvin
Copy link
Contributor

Fixes a bug where the client was not sending oauth user credentials.

Post #975, client creds do not need to be passed with each RPC, and as
such, an authenticated, yet anonymous mode of authentication is no
longer needed, we can just use unauthenticated calls for the public api.

If we need to bring this back at a later point for spam reasons, we can.
In the meantime, deleted code is best code.

Fixes a bug where the client was not sending oauth user credentials.

Post google#975, client creds do not need to be passed with each RPC, and as
such, an authenticated, yet anonymous mode of authentication is no
longer needed, we can just use unauthenticated calls for the public api.

If we need to bring this back at a later point for spam reasons, we can.
In the meantime, deleted code is best code.
@davidbstein
Copy link

I don't have a great working knowledge of what's needed for fake user creds, but this LGTM and works on my machine.

@codecov
Copy link

codecov bot commented Jul 23, 2018

Codecov Report

Merging #1022 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1022   +/-   ##
=======================================
  Coverage   65.12%   65.12%           
=======================================
  Files          39       39           
  Lines        2707     2707           
=======================================
  Hits         1763     1763           
  Misses        630      630           
  Partials      314      314

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37102fa...8b2dc68. Read the comment docs.

@gdbelvin gdbelvin merged commit 67bbdf6 into google:master Jul 23, 2018
@gdbelvin gdbelvin deleted the cmd/fixauth branch July 23, 2018 15:12
gdbelvin added a commit to gdbelvin/keytransparency that referenced this pull request Jul 25, 2018
…y into f/garbagecollect

* 'f/garbagecollect' of github.com:gdbelvin/keytransparency:
  Remove service-key (google#1022)
gdbelvin added a commit to gdbelvin/keytransparency that referenced this pull request Jul 25, 2018
* master:
  Implement garbage collection for domains (google#1021)
  Remove TRILLIAN_MYSQL_DRIVER (google#1023)
  Rename gometalinter gas to gosec (google#1024)
  Remove service-key (google#1022)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants