EDS DMS - Schema changes
Some of the attributes in ConnectedSourceRegistryEntry and ConnectedSourceDataJob Schema have been changed to adhere to the OSDU naming convention and standard before the M13 release.
EDS DMS uses SecuritySchemes to connect to external system. Below are few changes in ConnectedSourceRegistrySchema attributes. If any of the below are attributes are used in eds dms data model, please change it.
Attribute ClientIdKeyName will have Azurevalue Key, Using the key and the value should be fetched from Azure Key vault using secret service. Already secret service implementation was part EDS DMS code
Note: If the attributes contain KeyName, then it will be stored in Azure Key Vault and it should be fetched using Secret Service EX: ClientSecretKeyName
Old Name | New Name |
---|---|
Type | TypeID |
FlowType | FlowTypeID |
callbackUrl | CallbackUrl |
authorizationUrl | AuthorizationUrl |
ScopesKey | ScopesKeyName |
ClientSecretKey | ClientSecretKeyName |
ClientID | ClientIDKeyName |
RefreshTokenKey | RefreshTokenKeyName |
AccessTokenKey | AccessTokenKeyName |
APIKeyKey | APIKeyKeyName |
UsernameKey | UsernameKeyName |
PasswordKey | PasswordKeyName |
Edited by Jeyakumar Devarajulu