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

AWS Secrets Manager #43

@techno-pixel

Description

@techno-pixel

Hi there,

I dont have much experience in AWS, at all, and I am standing up Orchestrator on a government network, therefore I need to implement secrets manager for the orchestrator password in the main.template.yaml file.

Currently I have this in the yaml file for the section containing the orchestrator password: (note the password and ARN values are fake)

OrchestratorPassword:
Type: 'AWS::SecretsManager::Secret'
Properties:
Name: uipathtestjadsecretspass
Description: Orchestrator Password
SecretString: '{"password":"passwordexample"}'
ReplicaRegions:
- Region: ca-central-1
KmsKeyId: put ARN:aws:key:blahblah here
Tags:
-
Key: password
Value: passwordexample

using this, i receive the error that the parameter "Properties" is invalid, however every documentation I look at has it, and I don't see what the issue is... if i remove it, then the error moves down to Description: and the YAML not being well-formed.

Please if anybody has any advice or knowledge on adding secrets to the template for orchestrator it would be greatly appreciated :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions