bitte icon indicating copy to clipboard operation
bitte copied to clipboard

Nix Ops for Terraform, Consul, Vault, Nomad

Results 32 bitte issues
Sort by recently updated
recently updated
newest added
trafficstars

### Why: * This will fix the 32 day consul related traefik failures which occur on routing due to the consul secret engine of vault not having periodic tokens (ie:...

This module is not doing much and is conflicting with the existing definition https://github.com/NixOS/nixpkgs/blob/nixos-22.05/nixos/modules/services/networking/envoy.nix Also, it seems that someone forgot to commit flake.lock, so I'm dropping it here

Includes our fork of the official nix registry: https://github.com/input-output-hk/flake-registry/commits/iog Here is a PoC of a scheme that allows for defining private flake inputs that do not propagate to the consuming...

A subnet's availability zone can change in the terraform config in a couple of scenarios I can think of: 1) Updating Bitte on an old deployment that was not properly...

Originally, I wanted to start the same versioning scheme here I had initiated for bitte cli, which was the semver semantic. At the time, it was argued that calendar version...

enhancement

I rebased the develop branch on master and saved it in this new branch to avoid an extraneous PR.

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. Changelog Sourced from regex's changelog. 1.5.5 (2022-03-08) This releases fixes a security bug in the regex compiler. This bug permits a vector for a...

dependencies

https://github.com/input-output-hk/bitte/blob/876d77fa9201d2c397e1c695b7418375869cd6d2/modules/vulnix.nix#L233 domain-ca.pem doesn't exist & hasn't before, either. eg: ``` -rw-r--r-- 1 root root 5618 Nov 17 06:40 agix-converter.iohk.io-cert.pem -rw-r--r-- 1 root root 5618 Nov 17 06:40 agix-converter.iohk.io-full.pem -rw-r--r-- 1...

Often during development, it is a useful pattern to add something like `nix flake lock --override-input bitte path:../bitte` to the consumer's `.envrc.local`. Unfortunately, this results in the following when systemd...