This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
syntax = "proto3"; | ||
|
||
// $title: App Identity and Access Adapter | ||
// $description: Adapter to enforce authentication and authorization policies for frontend and backend applications. | ||
// $title: App Identity and Access | ||
// $description: Adapter to enforce authentication and authorization policies for web apps and APIs. | ||
// $location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/app-identity-access-adapter.html | ||
// $provider: IBM Cloud | ||
// $contact_email: [email protected] | ||
|
@@ -11,7 +11,7 @@ syntax = "proto3"; | |
// $istio_versions: "1.1.x, 1.2.x" | ||
|
||
|
||
// With the App Identity and Access Istio adapter, you can use any OIDC compliant identity provider to | ||
// With the App Identity and Access Istio adapter, you can use any OIDC compliant identity provider, such as [IBM Cloud App ID](https://www.ibm.com/cloud/app-id), to | ||
// protect your APIs and containerized web apps. Without any change to your code or the need to redeploy | ||
// your app, you can enforce authentication and authorization policies in all of your environments. | ||
// To get started with sample configurations see the [docs] (https://cloud.ibm.com/docs/services/appid?topic=appid-istio-adapter). | ||
|