Mohit Yadav
fa3b7b9305
[Search] Upgrade Clients ( #25719 )
...
* Upgrade Clients
* Update clients in docker files
* Fix Tests
* Fix integration test
* Fix Review Comments
* Fix More review comments :-
1. ElasticSearchClient.java - Added keep-alive timeout configuration
2. OpenSearchClient.java - Added keep-alive timeout configuration
3. OpenMetadataOperations.java - Added logging for caught exception
4. SigV4Hc5RequestSigningInterceptor.java - Now throws exception instead of silently returning
* Fix More review comments :-
1. ElasticSearchClient.java - Added keep-alive timeout configuration
2. OpenSearchClient.java - Added keep-alive timeout configuration
3. OpenMetadataOperations.java - Added logging for caught exception
4. SigV4Hc5RequestSigningInterceptor.java - Now throws exception instead of silently returning
Co-authored-by: mohityadav766 <mohityadav766@users.noreply.github.com>
* upgrade to 9.3.0 vs 3.4.0 server since earlier had bug
* fix version in pom
* Fix Review Comments
* FIX IAM OpenSearch FIx
---------
Co-authored-by: Gitar <noreply@gitar.ai>
Co-authored-by: mohityadav766 <mohityadav766@users.noreply.github.com>
2026-02-07 18:54:13 +05:30
Mohit Yadav
0b2321e976
Added Session Age for Cookies ( #22166 )
...
* - Added Session Age for Cookies
* Make OIDC Session Expiry Configurable
* Update generated TypeScript types
* Updated Docker Files
* Update Session to 7 days
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-08 15:07:52 +05:30
Mohit Yadav
20f17a3367
Fixes #16062 : Added prompt config to allow config ( #20959 )
...
* Fixes #16062
Make prompt=login as optional
* update null or empty
2025-04-25 08:37:25 +05:30
Mohit Yadav
3a01ad7da5
[Fix-20125] OIDC: Allow max_age to be optional ( #20721 )
...
* Make Max Age Optional
* spotless fix
2025-04-09 15:09:57 +05:30
Mohit Yadav
c28f3274d1
Adds new param to docker files ( #20338 )
2025-03-19 18:13:22 +05:30
Ethan
e708a3242e
feat: update version ( #18259 )
2024-10-17 16:18:37 -07:00
Prajwal214
1c90eaaf3d
Docs: Updated Domain in Docker Compose & Docs ( #17603 )
...
* Minor: Updating Domain in Docker Compose & Docs
* replace openmetadata to open-metadata
---------
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-09 11:47:09 +05:30
Mohit Yadav
05baba9dc1
Change Default Value of Batch Size and Payload Size ( #17391 )
2024-08-12 11:18:18 +05:30
Mohit Yadav
aa5b9b2985
Increase Payload Size to 100MIB for ELastic Search ( #17366 )
...
* Increase Payload Size to 100MIB
* Increase batchSize Size to 500
* Add Payload Size as option in openmetadataoperations , and searchIndexJob
* //Comment
* Add Logs
2024-08-11 21:58:55 +05:30
k.nakagaki
9a31a35296
Fixes 9875: supporting gcp secret manager ( #16505 )
...
* Split ExternalSecretsManagerTest to new ExternalSecretsManagerTest and AWSBasedSecretsManagerTest
* implement SecretsManagerFactory to create GCPSecretsManager
* implement GCPSecretsManager
* implements gcp secret manager.
* Fix it for the GCP's rule.
* create a template of GCP
* fix compile error
* implements to use project_id
* add library for the google cloud secret manager
* add test code for using google credential in the docker container
* modify docker-compose.yml for GCP
* add google_crc32c module
* modify ways to get project id
* create a new docker-compose.yml for Google Cloud
* create a new document
* create compose file for gcp secret manager
* fix invalid styles and formats
* downgrade google library to avoid conflicting protoc versions
2024-06-28 21:09:02 -07:00