Confluent Cloud Oauth 2.0 Example
Configure Identity Provider in Confluent Cloud Console
Configure Identity Pool
Create Kubernetes Secret
apiVersion: v1
kind: Secret
metadata:
name: confluent-kafka-oauth
namespace: seldon-mesh
type: Opaque
stringData:
method: OIDC
client_id: <client id>
client_secret: <client secret>
token_endpoint_url: <token endpoint url>
extensions: logicalCluster=<cluster id>,identityPoolId=<identity pool id>
scope: ""Configure Seldon Core 2
Troubleshooting
Last updated
Was this helpful?

