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

Commit ffc565b

Browse files
committed
resolve conflicts
2 parents 46d09aa + 9bd4db9 commit ffc565b

4 files changed

+3
-4
lines changed

config/adapter/adapter.appidentityandaccessadapter.config.pb.html

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
protect your APIs and containerized web apps. Without any change to your code or the need to redeploy
1717
your app, you can enforce authentication and authorization policies in all of your environments.
1818
To get started with sample configurations see the <a href="https://cloud.ibm.com/docs/services/appid?topic=appid-istio-adapter">docs</a>.</p>
19-

config/adapter/appidentityandaccessadapter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: appidentityandaccessadapter
77
namespace: istio-system
88
spec:
9-
description:
9+
description:
1010
session_based: false
1111
templates:
1212
- authnZ
-40 Bytes
Binary file not shown.

samples/crds/sampleoidcconfig.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
namespace: sample-app
66
spec:
77
authMethod: client_secret_basic
8-
discoveryUrl: https://us-south.appid.cloud.ibm.com/oauth/v4/<tenant-ID>/oidc-discovery/.well-known
8+
discoveryUrl: https://us-south.appid.cloud.ibm.com/oauth/v4/<tenant_id>/.well-known/openid-configuration
99
clientId: <client-id>
10-
clientSecret: <client-secret>
10+
clientSecret: <client-secret>

0 commit comments

Comments
 (0)