Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
fixing conflicts (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemann92 authored Jul 31, 2019
1 parent 11111be commit aa744a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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
layout: protoc-gen-docs
generator: protoc-gen-docs
Expand All @@ -12,7 +12,7 @@
istio_versions: "1.1.x, 1.2.x"
number_of_entries: 0
---
<p>With the App Identity and Access Istio adapter, you can use any OIDC compliant identity provider to
<p>With the App Identity and Access Istio adapter, you can use any OIDC compliant identity provider, such as <a href="https://www.ibm.com/cloud/app-id">IBM Cloud App ID</a>, 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 <a href="https://cloud.ibm.com/docs/services/appid?topic=appid-istio-adapter">docs</a>.</p>
2 changes: 1 addition & 1 deletion config/adapter/appidentityandaccessadapter.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/adapter/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions config/adapter/config.proto
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]
Expand All @@ -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).
Expand Down

0 comments on commit aa744a9

Please sign in to comment.