Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Use Secrets Management Service for OAuth in the REST API component #136

@jhorbulyk

Description

@jhorbulyk

Recentlly, our platform team has added functionality to the platform so that it is now possible to synchronize secrets between running containers under the label Secrets Management Service for OAuth. We should use this feature in this component.

The end result should be that if container A and container B are running at the same time, and container A recieves updated credentials currently, those credentials will be available container B while it is running.

To replicate

  1. Create two flows, each of which use the REST API component with the same OAuth credential.
  2. Set the flows to realtime and start both flows.
  3. Use the https://api.integration.squiz.cloud/v2/credentials API to PATCH this credential with an expired date.

Expected result should be that both flow obtain new valid OAuth credentials.

Metadata

Metadata

Assignees

Labels

qa neededTasks that are implemented but not tested

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions