Add a new RPC ConnectWithCreds
to allow gofer to connect to a unix domain socket with application's credentials
#37820
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Labeler labels incoming pull requests. | |
name: "Labeler" | |
"on": | |
- pull_request | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/labeler@v4 | |
if: github.base_ref == null | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |