* Create manual.yml

* Fixing Typo

* Removing manual test github action file

* Fixing Typo
This commit is contained in:
Anuj359 2023-05-31 18:11:45 +05:30 committed by GitHub
parent 725bc331af
commit 80cadef640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Create a new entry in the JSON schema definition of the Secrets Manager provider
"description": "OpenMetadata Secrets Manager Provider. Make sure to configure the same secrets manager providers as the ones configured on the OpenMetadata server.",
"type": "string",
"javaType": "org.openmetadata.schema.services.connections.metadata.SecretsManagerProvider",
"enum": ["noop", "managed-aws","aws", "managed-aws-ssm", "aws-ssm", "in-memory", "awesome-sm"],
"enum": ["noop", "managed-aws","aws", "managed-aws-ssm", "aws-ssm", "in-memory"],
"additionalProperties": false
}
```