-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial provide funcs * add lgtm comment * added provide func for resolver * split up tokenfactory file * split up error responses from reasons, added provide * tweak ProvideOnErrorHTTPResponse() * added provide() for parseURL func * handle nils better * Added ProvideBearerTokenFactory() and leeway options for the MetricListener * experimenting with flatten * groups cannot be optional * fixing leeway, resolver names * added provide funcs for basic auth * trying out some bearer validator stuff * wire in capability validator * fixed group targets * added capability check provides * add a unit test for NewCapabilitiesMap() * added doc.go files * ignore nil metric options * updated changelog * started on comments, moved some code around * basculechecks comments plus renaming RegexEndpointCheck * basculehttp comments other than metric listener * added documentation for metricListener.go
- Loading branch information
1 parent
5a74a01
commit c011b12
Showing
40 changed files
with
1,504 additions
and
535 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** | ||
* Copyright 2021 Comcast Cable Communications Management, LLC | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
* | ||
*/ | ||
|
||
/* | ||
Package basculechecks provides bascule validators for JWT capability checking. | ||
*/ | ||
|
||
package basculechecks |
Oops, something went wrong.