Skip to content
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

Allow configuring the buf remote #121

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Commits on Apr 10, 2023

  1. Allow configuring the buf remote

    Add an input to the setup action that can control which Buf Schema Registry to login to, which will be useful for users who have a private BSR instance. I used `domain` as this is what we refer to in the cli help:
    ```
    $ buf registry login --help
    Log in to the Buf Schema Registry
    
    This prompts for your BSR username and a BSR token and updates your .netrc file with these credentials.
    The <domain> argument will default to buf.build if not specified.
    
    Usage:
      buf registry login <domain> [flags]
    ```
    rhbuf committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7ce5311 View commit details
    Browse the repository at this point in the history