anzeissner
anzeissner
Hi @sbilello , can you please try out using: https://github.com/wundergraph/cosmo/releases/tag/wgc%400.63.0 ``` export HTTPS_PROXY="your.company.proxy:8080" wgc auth login ``` Depending on your environment you might need to set: `export NODE_TLS_REJECT_UNAUTHORIZED=0` as well...
Hi @InsidersByte, thanks for the feedback. We have taken the topic on our roadmap. We will keep you updated.
Hi @InsidersByte, Have look here: - https://registry.terraform.io/providers/wundergraph/cosmo/latest - https://github.com/wundergraph/terraform-provider-cosmo As an example you can use the provider as follows: ``` wget https://raw.githubusercontent.com/SpaceXLand/api/master/schema.graphql -O spacex-api.graphql ``` ``` terraform { required_providers {...
Hi @alumpe, is this still relevant for you? I tried to reproduce the issue even by fetching and pushing data through console.log and piping it's outputs. Unfortunately no chance. ```...
Hi @Sam-tesouro, I wanted to let you know that we’ve recently added support for AWS S3 URLs. You might want to have a look here: [email protected]: - [GitHub Release](https://github.com/wundergraph/cosmo/releases/tag/helm-cosmo%400.11.0) -...
Hi @Sam-tesouro, we had to ship a small bug fix: https://github.com/wundergraph/cosmo/releases/tag/controlplane%400.105.1 You would need to set you configuration like so: ``` cdn: configuration: s3StorageUrl: 'https://[username]:[password]@your-bucket.s3.amazonaws.com' s3Region: 'us-east-1' s3ForcePathStyle: 'false' ```...
Hi @esparta86 thank you for coming up with this, I released https://artifacthub.io/packages/helm/cosmo-platform/cosmo/0.9.0. You can now pass over additional labels to the jobs. Have a look here https://github.com/wundergraph/cosmo/blob/f2a6ba5f0b25a2f2093536fceb3c865090ba4f5a/helm/cosmo/values.yaml#L105 e.g.: ```yaml controlplane:...
Hi @japhar81 thanks for reporting this. Could you please tell me which versions you used before and which you are using now? There has been some changes in the s3...
Hi @japhar81 thanks for the input. How about the version I sent you? Is this one working as expected for you?