Skip to content

Use gcp_auth for GCP authentication #5939

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

Merged
merged 25 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
043b46e
Initial implementation
Corwinpro Sep 9, 2022
08e77a4
minor improvement
Corwinpro Sep 9, 2022
3d32762
enable_io in tokio builder
Corwinpro Sep 12, 2022
a72db76
enable_all
Corwinpro Sep 12, 2022
80ec4c2
Minor improvements
Corwinpro Sep 21, 2022
57c7585
Merge branch 'master' into petr.kungurtsev/gce-auth
Corwinpro Sep 21, 2022
ad4faeb
minimal changes to use gcp_auth
Corwinpro Oct 10, 2022
53f0f04
remove redundant code
Corwinpro Oct 10, 2022
de7c62b
RFC: build.bazel changed?
Corwinpro Oct 10, 2022
0cd3e30
raise not option
Corwinpro Oct 15, 2022
2fa9dea
Minor improvements + docstrings
Corwinpro Oct 15, 2022
02f37df
Fix typo
Corwinpro Oct 29, 2022
6c5e160
bump gcp_auth version
Corwinpro Oct 29, 2022
bb9a449
DEP: update `proc-macro2` raze
Corwinpro Nov 15, 2022
2ec767a
DEP: added webpki.'0.22.0'
Corwinpro Nov 15, 2022
27cb654
DEP: add build target
Corwinpro Nov 15, 2022
80c872d
FIX: correct token check
Corwinpro Nov 16, 2022
2eb5bbd
FIX: one more ! missing
Corwinpro Nov 17, 2022
25c70ec
DOC: add comment about the GOOGLE_APPLICATION_CREDENTIALS implementat…
Corwinpro Nov 28, 2022
d8a525d
cargo raze: third_party/rust changes
Corwinpro Nov 28, 2022
5742a37
Merge branch 'tensorflow:master' into petr.kungurtsev/gce-auth
Corwinpro Dec 5, 2022
ae22068
STY: cargo fmt
Corwinpro Dec 5, 2022
205e412
Merge branch 'tensorflow:master' into petr.kungurtsev/gce-auth
Corwinpro Dec 6, 2022
d35fb3c
Merge branch 'master' into petr.kungurtsev/gce-auth
Corwinpro Dec 10, 2022
d2db0a9
cargo raze
Corwinpro Dec 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tensorboard/data/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ rust_library(
"//tensorboard/data/server/cargo:crc",
"//tensorboard/data/server/cargo:env_logger",
"//tensorboard/data/server/cargo:futures_core",
"//tensorboard/data/server/cargo:gcp_auth",
"//tensorboard/data/server/cargo:log",
"//tensorboard/data/server/cargo:prost",
"//tensorboard/data/server/cargo:prost_types",
Expand Down
Loading