-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename shield to frontier and update dependencies
- Loading branch information
1 parent
c92133e
commit 500f924
Showing
20 changed files
with
1,347 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,19 +109,19 @@ sinks: | |
send_format_header: false | ||
``` | ||
|
||
## Shield | ||
## Frontier | ||
|
||
`shield` | ||
`frontier` | ||
|
||
Upsert users to shield service running at a given 'host'. Request will be sent via GRPC. | ||
Upsert users to frontier service running at a given 'host'. Request will be sent via GRPC. | ||
|
||
```yaml | ||
sinks: | ||
name: shield | ||
name: frontier | ||
config: | ||
host: shield.com | ||
host: frontier.com | ||
headers: | ||
X-Shield-Email: [email protected] | ||
X-Frontier-Email: [email protected] | ||
X-Other-Header: value1, value2 | ||
``` | ||
|
||
|
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.