-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support sasl kafka endpoint options in Fastly CLI (#161)
* Support sasl kafka endpoint options in Fastly CLI * Bump the go-fastly version to pull in kafka SASL changes * Updates based on review feedback * Use NegatableBoolVar instead of two explicit flags * Use EnumVar for --auth-method to restrict valid input values * Remove some unnecessary test formatting * Remove obsolete test cases * Clean up help output so run_test passes * Move failure cases up in functions per code review * Remove some extraneous whitespace in Kafka test cases * Apply suggestions from code review Remove periods from flag descriptions Co-authored-by: Patrick Hamann <[email protected]> * Update the app help test to remove periods from kafka flag descriptions * go.sum file cleanup * Update how GOPATH is set in pr_test github action file * Update how PATH is set in pr_test github action file * Update how PATH and GOPATH are set for tests in pr_test action file Co-authored-by: Patrick Hamann <[email protected]>
- Loading branch information
1 parent
f548f88
commit e9802d1
Showing
10 changed files
with
484 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.