terrakube icon indicating copy to clipboard operation
terrakube copied to clipboard

Open source IaC Automation and Collaboration Software.

Results 139 terrakube issues
Sort by recently updated
recently updated
newest added

Add support to use oracle databases Update the following classes: DataSourceAutoConfiguration.java QuartzAutoConfiguration.java

enhancement
good first issue
help wanted
terrakube-api

Add support to use MariaDB database. Update the following classes: DataSourceAutoConfiguration.java QuartzAutoConfiguration.java

enhancement
good first issue
help wanted
terrakube-api

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

enhancement
help wanted
performance

Add support to read secrets from an external Hashicorp Vault. Reference: https://github.com/spring-projects/spring-vault

enhancement

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)...

bug
enhancement

Add support to use github webhooks to start jobs

enhancement
help wanted

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" {...

documentation
enhancement
help wanted

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...

enhancement
help wanted

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"...

enhancement