-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jans-cedarling): add well-known authzen configuration endpoint (#…
…10435) * feat(jans-cedarling): add authzen configuration Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): update openapi Signed-off-by: SafinWasi <[email protected]> * chore(jans-cedarling): add log level to options Signed-off-by: SafinWasi <[email protected]> * chore: use hostname Signed-off-by: SafinWasi <[email protected]> --------- Signed-off-by: SafinWasi <[email protected]>
- Loading branch information
Showing
5 changed files
with
39 additions
and
3 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
2 changes: 1 addition & 1 deletion
2
jans-cedarling/flask-sidecar/main/extensions/routes_extension.py
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from main.v1.resource import blp as evaluation_routes | ||
|
||
def register_routes(app): | ||
app.register_blueprint(evaluation_routes, url_prefix="/cedarling") | ||
app.register_blueprint(evaluation_routes, url_prefix="") |
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