Thomas
Thomas
Any updates on this? Seems PR is still open
So seems Amazon Cognito is the way to go @kgston ? :)
Yes it's "O-Auth" on AWS
@kgston Also checkout these links: * https://aws.amazon.com/premiumsupport/knowledge-center/opensearch-outside-vpc-nginx/ * https://docs.aws.amazon.com/opensearch-service/latest/developerguide/dashboards.html
Having the same issue with stadium/db shaped like graphs: `db[( database )]` or `B([Stadium])` (node:52069) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Evaluation failed: Error: Parse error on line...
This seems to be an issue especially when using it in combination with Karpenter (https://karpenter.sh/v0.24.0/concepts/node-templates/#specmetadataoptions) -> httpTokens: required. Only works when removing the default value: ``` metadataOptions: httpPutResponseHopLimit: 2 ```
@vania-pooh thanks for coming back to me. Is it a warning or does it result in exception messages on client side? Our setup is we run e2e tests using selenoid...
So my workaround that is not that invasive as overwritting the default RestClient builder: ``` @Bean fun chatModel( commonProperties: OpenAiConnectionProperties, chatProperties: OpenAiChatProperties, webClientBuilder: WebClient.Builder, retryTemplate: RetryTemplate, functionCallbackContext: FunctionCallbackContext, responseErrorHandler: ResponseErrorHandler,...
I found a workaround. Connect to postgres and run: ``` alter table connection rename column non_breaking_change_preference to non_breaking_change_preference_bak; alter table connection add column non_breaking_change_preference non_breaking_change_preference_type default 'ignore'; ``` non_breaking_change_preference_bak column...
Super helpful @jpculp . I am running eks in eu-west-1. I will check out the Profiles. Thanks for sharing.