-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proto changes to prepare the configs for more use cases
PiperOrigin-RevId: 297413668 Change-Id: Ia1760a054668e5df12f2b0a7bdffcd5b81c4b10f
- Loading branch information
1 parent
bf618f5
commit 0ee95b4
Showing
30 changed files
with
981 additions
and
874 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
43 changes: 0 additions & 43 deletions
43
deploy/config/dam-static/adapter_master_gatekeeper_latest.json
This file was deleted.
Oops, something went wrong.
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,45 @@ | ||
{ | ||
"services": { | ||
"gatekeeper": { | ||
"platform": "oauth", | ||
"properties": { | ||
"singleItem": true, | ||
"isAggregate": false, | ||
"canBeAggregated": false | ||
}, | ||
"serviceVariables": { | ||
"scopes": { | ||
"type": "const", | ||
"regexp": ".", | ||
"ui": { | ||
"label": "Scopes", | ||
"description": "An identifier to include in the 'scope' claim as part of the token permission model" | ||
} | ||
} | ||
}, | ||
"itemVariables": { | ||
"aud": { | ||
"type": "const", | ||
"regexp": ".", | ||
"ui": { | ||
"label": "Audience", | ||
"description": "A unique JWT audience for the token to distiguish this resource or view from all others" | ||
} | ||
}, | ||
"url": { | ||
"type": "const", | ||
"regexp": "^(http://|https://).*$", | ||
"ui": { | ||
"label": "URL for the service", | ||
"description": "Provide only one URL (i.e. one item) per resource view" | ||
} | ||
} | ||
}, | ||
"ui": { | ||
"description": "Generates scoped-down OAuth OIDC access tokens for use with a Gatekeeper Proxy (requires administrator to deploy a compatible reverse proxy underlying services)", | ||
"label": "Gatekeeper Token", | ||
"itemFormat": "http://{URL-FRAGMENT} or https://{URL-FRAGMENT}" | ||
} | ||
} | ||
} | ||
} |
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
File renamed without changes.
Oops, something went wrong.