Skip to content

[BUG] Tags are not forwarded in call to createStreamSync when creating a new KVS stream #1274

@ReeRichard

Description

@ReeRichard

Logging
Unable to create Kinesis Video stream. Error status: 0xf

Describe the bug
Whenever we enable SCP for KVS resources in our case it is a required tag such CostCentre, the creation of new streams no longer works and outputs the above error message even though we provide all the tags.

To Reproduce
Steps to reproduce the behavior:

  1. Create a SCP for KVS streams that require the tag "CostCentre" be defined for each KVS stream
  2. Create a StreamDefinition that includes the required tags ("CostCentre") for a non-existing KVS stream
  3. Call com::amazonaws::kinesis::video::KinesisVideoProducer::createStreamSync
  4. See error

When the SCP is not enabled the creation of the KVS stream works fine and the tags are also there as expected.

Expected behavior
Creating new KVS Streams with tags should comply with SCP as it does when using the aws-sdk-cpp or python equivalent.

SDK version number
v3.5.0

Platform (please complete the following information):

  • OS: Linux
  • Processor: x86
  • Version 24.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions