Sriharsha Chintalapani
97245a5b9f
Fix #2807 : Merge openmetadata.yaml and openmetadata-server.yaml ( #2808 )
...
Co-authored-by: darth-coder00 <aashit@getcollate.io>
2022-02-28 19:04:39 +05:30
Alberto Miorin
0e73de4658
See #2486 . Implement encryption at rest ( #2488 )
...
* See #2486 . Add fernet Java library to encrypt DatabaseService.DatabaseConnection.password
* Add support for rotation.
* Add support for CLI to rotate the key.
* The fernet key can be null. No encryption will be done.
* Add FernetConfiguration
* Add env variable for Fernet.
* Convert base64 to base64url
* Decrypt (admin or bot) or nullify tokens for all methods including ListVersions and GetVersion
* Fix test with owner USER to handle null in DatabaseConnection
2022-02-08 09:50:39 +01:00
Sachin Chaurasiya
4b56d2fb0e
Fix : #2551 migrationConfiguration is missing from conf/openmetadata-security.yaml. ( #2552 )
2022-02-02 12:20:42 +05:30
Pere Miquel Brull
b82854c56e
Fix #2479 - Check migration at server start ( #2489 )
...
* Validate migrations on start
* Output to logs
* Validate Flyway Migrations at Catalog start
* Add flyway validation test config
* Sonarcloud try stream
* Revert migration validation
2022-02-01 08:31:34 +01:00
Sriharsha Chintalapani
b47f49e418
Fix #2403 : Add support for deleted entities to be published into Slack Events ( #2404 )
...
* Fix #2403 : Add support for deleted entities to be published into Slack Events
* Fix #2403 : Add support for deleted entities to be published into Slack Events
2022-01-25 14:39:12 +05:30
Akash Jain
23d3b8648d
Added env for airflow and elasticsearch ( #2381 )
2022-01-24 21:44:57 +05:30
Sriharsha Chintalapani
10e71a7e09
Fix #2340 : Ingestion pipeline deployment refactor ( #2341 )
...
* Fix #2340 : Ingestion pipeline deployment refactor
2022-01-21 22:06:14 -08:00
Sriharsha Chintalapani
c4d7c76198
Event publishers to ElasticSearch and Slack ( #2118 )
...
* ElasticSearch & Slack Event publishers
* Fix #2165 : Support for deleted entities in ElasticSearch
2022-01-12 16:35:27 -08:00
Sriharsha Chintalapani
80cc907224
Fix #2168 : Fix bootstrap_storage to parse env variables in the server config ( #2169 )
...
* Fix #2168 : Fix bootstrap_storage to parse env variables in the server config
2022-01-11 16:47:11 -08:00
Sriharsha Chintalapani
7b24e31973
Fix #2143 : Allow environment variables to be substituted in OpenMetadata config ( #2146 )
...
* Fix #2143 : Allow environment variables to be substituted in OpenMetadata config
2022-01-11 10:13:49 -08:00
Matt
4a4124d45d
Rename CatalogAuthorizer to Authorizer ( #1966 )
2021-12-29 11:37:47 -08:00
SeungwanJo
83a23d5568
edit: mysql jdbc connection option ( #1874 )
2021-12-21 08:41:06 -08:00
Sriharsha Chintalapani
2d348e9704
Add SSL options to ElasticSearch client - Ingestion & Server ( #1548 ) ( #1557 )
...
* Add SSL options to ElasticSearch client - Ingestion & Server (#1548 )
* Add SSL options to ElasticSearch client - Ingestion & Server
* Add SSL options to ElasticSearch client - Ingestion & Server
* Issue-1556: Support for ElasticSearch SSL , Bootstrap command create and delete, ingestion updates for change descriptions
* Issue-1556: Fix checkstyle issues
* Issue-1556: Fix checkstyle issues
2021-12-04 18:54:36 -08:00
Sriharsha Chintalapani
63a93c8944
Fix #1356 : Add new entities to ES index from OpenMetadata server ( #1423 )
...
* Fix #1356 : Add new entities to ES index from OpenMetadata server
Co-authored-by: Sachin-chaurasiya <sachinchaurasiyachotey87@gmail.com>
2021-12-04 08:45:17 -08:00
parthp2107
a9e70e6a89
License header update ( #1498 )
...
* updated liscense header
* updated license header
* updated license header
* updated license header
* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
edcbb04e3a
Fix #1417 : openmetadata-security.yml missing airflowConfiguration ( #1425 )
2021-11-27 10:53:57 -08:00
sureshms
922db8d785
Core changes for eventing completed
2021-11-10 12:44:35 -08:00
Sriharsha Chintalapani
58460f3f2b
Fix #1034 : workflow/bot operations API ( #1053 )
...
* [WIP] workflow/bot operations API
* workflow/bot operations API
* workflow/bot operations API- Fix tests
* workflow/bot operations API- Fix styling issues
* workflow/bot operations API- Fix styling issues
* workflow/bot operations API- Add list runs api
* workflow/bot operations API - Fix styling issues; address reviews
* workflow/bot operations API - Fix styling issues; address reviews
* workflow/bot operations API - Fix styling issues; address reviews
2021-11-09 20:56:45 -08:00
vijaypm
b8863648d6
Issue 898 ( #905 )
...
* ISSUE-898: additional information in the prerequisities for building and running code
* ISSUE-898: removed unreachable old doc
* ISSUE-898: added new docker compose to expose MySQL and ES ports to host machines
* ISSUE-898: changed jdbc connect url to allow Public Key Retrieval
* ISSUE-898: fixed log name to openmetadata.log
Co-authored-by: Vijay Mariadassou <vijay@mariadassou.com>
2021-10-22 19:35:12 -07:00
sureshms
2b60b4abdd
Fix #640 - Fix warnings in the code
2021-10-01 15:46:46 -07:00
Suresh Srinivas
35df457007
Add event handler configuration and make it optional
2021-08-11 14:54:13 -07:00
sureshms
66710b462d
Fix #54 - Merge secure and non-secure tests
2021-08-05 14:51:11 -07:00
parthp2107
8a92d253db
replaced catalog to openmetadata #2 ( #47 )
...
Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
2021-08-05 10:15:52 +05:30
darth-coder00
d64aaa3aae
Authentication: Add callback URL
2021-08-02 19:52:41 +05:30
parthp2107
5c06d0ab16
applied license to frontend files ( #17 )
...
* applied license to frontend files
* Update EmbeddedMySqlSupport.java
Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
2021-08-02 17:24:01 +05:30
parthp2107
b5baa9f2db
applied license to the backend files
2021-08-02 15:08:30 +05:30
sureshms
8ce7c879e8
OpenMetadata snapshot release 0.3
2021-08-01 14:27:44 -07:00