Authentication Support for Java & Go SDKs#971
Authentication Support for Java & Go SDKs#971feast-ci-bot merged 14 commits intofeast-dev:masterfrom mrzzy:auth-go-java-sdk
Conversation
|
/retest |
infra/scripts/test-end-to-end.sh
Outdated
There was a problem hiding this comment.
Why are we clearing that configuration? Isn't that a default?
There was a problem hiding this comment.
install_gcloud_sdk() tries to activate service account credential if this variable is set. Under the current .prow/config.yaml test-end-to-end does not expose the service account key.json and the end to end test fails because it cant find key.json. I added a if conditional to install_gcloud_sdk() to check this variable is set before trying to activate service account credentials.
|
Reverted the E2E test changes for another PR. |
…entials as they are to become user facing apis.
…s implementation.
…horization instead of authentication options.
…pcMessageInterceptor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mrzzy, pyalex The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What this PR does / why we need it:
Implements support for authentication to Go and Java SDKs, which is required for interacting with a authentication enabled Feast Serving:
Continuation of #504
Which issue(s) this PR fixes:
Fixes #950
Does this PR introduce a user-facing change?: