citizen icon indicating copy to clipboard operation
citizen copied to clipboard

A Private Terraform Module/Provider Registry

Results 43 citizen issues
Sort by recently updated
recently updated
newest added

Can the sdk version for the s3 client be upgraded to at least [v3.11.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.11.0) It has support for web federated identity, which can be used in EKS cluster

Hi I noticed the endpoints and import functionality for publishers has been removed in the c21a466d3bbc8c2602ee4305790d813b66267bb7 commit. Can you provide some insight as to why this has been pulled out...

There are a couple of issues with how citizen is publishing providers and the provider routes that causes TF to not be able able to find providers. TF does require...

According to https://github.com/hashicorp/terraform/blob/3aa909ac6e66851e3b514a94d296c49364699433/website/docs/registry/modules/use.html.md#module-versions, a module version should follow semantic versioning. However, it does not seem to handle the full pre-release or build metadata after the major/minor/patch. For example, when I...

{"level":50,"time":1550501838893,"msg":"The \"path\" argument must be of type string. Received type undefined","pid":18928,"hostname":"CPX-8SV0UT1ABW5","name":"citizen","type":"Error","stack":"TypeError [ERR_INVALID_ARG_TYPE]: The \"path\" argument must be of type string. Received type undefined\n at assertPath (path.js:39:11)\n at join (path.js:434:7)\n at...

Hi I am trying to publish an existing provider in citizen. I'm using nginx with valid certificates, here it config: ![image](https://github.com/outsideris/citizen/assets/90890480/38fab22c-bd95-4af9-b841-1ba64a6a46f3) Here my docker-compose config: ![image](https://github.com/outsideris/citizen/assets/90890480/88c898ce-0f2c-4215-8c2a-359a242e75c6) But when I try...

https://github.com/outsideris/citizen/blob/211ea31b8563e8fcfdbafa3567250eb6fb2b82c0/lib/cli-helpers.js#L10 It doesn't look like a requirement of terraform protocal CC. @outsideris

https://github.com/outsideris/citizen/blob/211ea31b8563e8fcfdbafa3567250eb6fb2b82c0/stores/sqlite/sqlite.js#L3 The code in the store is not executable by default in the current repository state. It depends on `npx prisma generate` to create the necessary client-related code. Adding explanations...

- Add Postgresql Support - when protocols data is missing, it will be replaced by empty list in `routes/providers.js`

This registry is very useful to use on private/restricted environment.. In my env as well, we are not able to use S3 directly. It will be useful if this storage...