Skip to content

Commit

Permalink
AWS Kinesis Kamelets: Introduce optional overrideEndpoint and uriEndp…
Browse files Browse the repository at this point in the history
…ointOverride for testing purpose - Source
  • Loading branch information
oscerd committed Mar 25, 2022
1 parent 4d52219 commit dc35bf0
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
uriEndpointOverride:
title: Overwrite Endpoint URI
description: Set the overriding endpoint URI. This option needs to be used in combination with overrideEndpoint option.
type: string
overrideEndpoint:
title: Endpoint Overwrite
description: Set the need for overiding the endpoint URI. This option needs to be used in combination with uriEndpointOverride setting.
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
types:
out:
mediaType: application/octet-stream
Expand All @@ -88,6 +99,8 @@ spec:
accessKey: "{{?accessKey}}"
region: "{{region}}"
useDefaultCredentialsProvider: "{{useDefaultCredentialsProvider}}"
uriEndpointOverride: "{{?uriEndpointOverride}}"
overrideEndpoint: "{{overrideEndpoint}}"
steps:
- set-body:
simple: "${body.data().asInputStream()}"
Expand Down

0 comments on commit dc35bf0

Please sign in to comment.