terrakube
terrakube copied to clipboard
Open source IaC Automation and Collaboration Software.
Add support to use oracle databases Update the following classes: DataSourceAutoConfiguration.java QuartzAutoConfiguration.java
Add support to use MariaDB database. Update the following classes: DataSourceAutoConfiguration.java QuartzAutoConfiguration.java
Reference: - https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#getting-started - https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#getting-started-buildpacks-system-requirements
Add support to read secrets from an external Hashicorp Vault. Reference: https://github.com/spring-projects/spring-vault
Sometimes refreshing bitbucket token fails with the following error ``` at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689) ~[spring-aop-5.3.14.jar:5.3.14] at org.azbuilder.api.plugin.vcs.TokenService$$EnhancerBySpringCGLIB$$ae52833.refreshAccessToken() ~[classes/:1.7.3] at org.azbuilder.api.plugin.scheduler.ScheduleVcs.execute(ScheduleVcs.java:39) ~[classes/:1.7.3] at org.azbuilder.api.plugin.scheduler.ScheduleVcs$$FastClassBySpringCGLIB$$5fb5ebcb.invoke() ~[classes/:1.7.3] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.14.jar:5.3.14] at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783) ~[spring-aop-5.3.14.jar:5.3.14] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)...
Bring support to run Terraform workflow remotely in AZB Server using Terraform CLI. So in my local tf files I can configure [remote backend](https://www.terraform.io/docs/language/settings/backends/remote.html) ``` terraform { backend "remote" {...
Hashicorp just released Run Tasks Support in Terraform cloud https://www.hashicorp.com/blog/terraform-cloud-run-tasks-beta-now-available, and because they already had support for tools like snyk, infracost, bridgecrew, etc. Should be nice if Terrakube could reuse...
Allow clients (CLI, UI) to connect in real time to Terraform Logs while the process is running. Changes required: 1. Modify endpoint {{server}}/api/v1/organization/{{organizationId}}/job Create a new property inside Jobs: "log-read-url"...