You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-ci/connectors/metadata_service/lib/metadata_service/models/generated/ConnectorMetadataDefinitionV0.py
+26
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ class Config:
18
18
baseImage: Optional[str] =None
19
19
20
20
21
+
classSecretStore(BaseModel):
22
+
classConfig:
23
+
extra=Extra.forbid
24
+
25
+
alias: Optional[str] =Field(None, description="The alias of the secret store which can map to its actual secret address")
26
+
type: Optional[Literal["GSM"]] =Field(None, description="The type of the secret store")
0 commit comments