terranetes
terranetes copied to clipboard
Self serve cloud resources with Terraform & Kubernetes
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
The documentation recommends creating a secret with a key of `SSH_KEY_AUTH`. I found that that key doesn't work. I had to dig into the code for the controller to find...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Bumps [got](https://github.com/sindresorhus/got) to 12.6.1 and updates ancestor dependencies [got](https://github.com/sindresorhus/got), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/theme-live-codeblock](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-live-codeblock). These dependencies need to be updated together. Updates `got` from 9.6.0 to 12.6.1 Release notes Sourced...
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/theme-live-codeblock](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-live-codeblock). These dependencies need to be updated together. Removes `axios` Updates `@docusaurus/core` from 2.4.1 to...
Add a tutorial in the admin section on how to configure the terraform-controller to use Vault.
We should include a page covering the points/frequency at which the terranetes controller accesses the Cloud providers (AWS, GCP, Azure), if it's only on user action (CRUD on resources), or...
The FAQs currently live under the tf2helm docs, but should be generalised to cover both products and a shared page across both docs spaces. Extend the docs with a feature...
We should add an end to end tutorial for developer usage - taking an AWS RDS resource as a dependency and covering: - Configuration - Costs - Security Checks -...