Nahuel

Results 18 comments of Nahuel

Some questions: - What is the purpose of the Role? - Do we want to have a fixed `botUser`, for example, `ingestion-bot`? - Once we store the credentials, how do...

> @nahuelverdugo can we extend this irrespective if secrets manager configured or not. Even if the users are configuring a db we should avoid sending sensitive information into ChangeEvent. Given...

All the service connections are using Fernet as default algorithm to encrypt/decrypt passwords in the following way: ![image](https://user-images.githubusercontent.com/11074908/177108314-0d59aa45-8c7d-4af7-ad58-4a4fb9a80b93.png) The solution will be to move into something that allow us implement...

@Vj-L @akash-jain-10 can we close this one? I think https://github.com/open-metadata/OpenMetadata/pull/7025 cover the same changes

@harshach from what I see in the JSON schema of Looker Connection, it seems that we are correctly exposing the `hostPort` of the configuration. Can someone from @open-metadata/ui confirm how...

@harshach this is similar to what is happening here https://github.com/open-metadata/OpenMetadata/issues/6844

Hi @harshach, sorry for reopening it, but it still happens when security is not enabled. In the code, we have: ```java private void updateExtension() throws JsonProcessingException { if (updatedByBot()) {...

@harshach should we close this one?

I have updated the task description with the list of things that must be done