Skip to content

Commit 0d2d0d2

Browse files
committed
removing iam settings from kafka docs
1 parent ebe0fcb commit 0d2d0d2

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules/
1111
src/assets/docs.bundle.js
1212
yarn-error.log
1313
.yarn/install-state.gz
14+
.yarn/cache/
1415
# Make sure to update `analytics` to the full path to your Typewriter client.
1516
.vscode/spellright.dict
1617

src/_data/catalog/destinations.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77657,22 +77657,6 @@ items:
7765777657
mobile: false
7765877658
server: true
7765977659
settings:
77660-
- name: accessKeyId
77661-
type: string
77662-
defaultValue: ''
77663-
description: >-
77664-
The Access Key ID for your AWS IAM instance. Must be populated if using
77665-
AWS IAM Authentication Mechanism.
77666-
required: false
77667-
label: AWS Access Key ID
77668-
- name: authorizationIdentity
77669-
type: string
77670-
defaultValue: ''
77671-
description: >-
77672-
AWS IAM role ARN used for authorization. This field is optional, and
77673-
should only be populated if using the AWS IAM Authentication Mechanism.
77674-
required: false
77675-
label: AWS Authorization Identity
7767677660
- name: brokers
7767777661
type: string
7767877662
defaultValue: ''
@@ -77706,14 +77690,6 @@ items:
7770677690
PLAIN or SCRAM Authentication Mechanisms.
7770777691
required: false
7770877692
label: Password
77709-
- name: secretAccessKey
77710-
type: password
77711-
defaultValue: ''
77712-
description: >-
77713-
The Secret Key for your AWS IAM instance. Must be populated if using AWS
77714-
IAM Authentication Mechanism.
77715-
required: false
77716-
label: AWS Secret Key
7771777693
- name: ssl_ca
7771877694
type: string
7771977695
defaultValue: ''

0 commit comments

Comments
 (0)