confd
confd copied to clipboard
Manage local application configuration files using templates and data from multiple backends
Currently log message format requires custom parsing to extract relevant fields in log indexing solutions: https://github.com/abtreece/confd/blob/c27549cb0b6e21b9beb663b7d513d0203ab2f98b/pkg/log/log.go#L25 However, the used log library used does support advanced JSON logs, making the fields...
It would be very useful to pass the destination file path to reload_cmd.
The releases use `.tar.gz` files while the instructions in `installation.md` have eg: `https://github.com/abtreece/confd/releases/download/v0.18.0/confd-0.18.0-linux-amd64` Dockerfile example: ``` ARG CONFD_VERSION=0.19.1 RUN CONFD_ARCH=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \ && curl -SL...
Thank you so much for maintaining this fork! Currently confd config prefix overrides the template resource prefix, which seems counter-intuitive: https://github.com/abtreece/confd/blob/8a76b9a4a11a7ee55682724b0fce537d350e2ead/pkg/template/resource.go#L93 ## Scenario: 1. Set `prefix` in `/etc/confd/confd.toml` to `production`...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.5 to 1.55.3. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.55.3 (2024-07-25) Service Client Updates service/application-autoscaling: Updates service API service/application-signals: Updates service API and documentation service/bedrock-runtime: Updates...
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.13 to 3.5.15. Release notes Sourced from go.etcd.io/etcd/client/v3's releases. v3.5.15 Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide...
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.28.3 to 1.29.2. Commits bf8fcab release api/v1.29.2 e8e084f Backport of Fix broken link in wal-logstore/index.mdx into release/1.19.x (#2... f050396 Backport of [NET-10246] use correct enterprise meta for...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.1 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.13.0 to 1.14.0. Release notes Sourced from github.com/hashicorp/vault/api's releases. v1.14.0 1.14.0 June 21, 2023 BREAKING CHANGES: secrets/pki: Maintaining running count of certificates will be turned off by...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.3.2 to 1.4.0. Release notes Sourced from github.com/BurntSushi/toml's releases. v1.4.0 This version requires Go 1.18 Add toml.Marshal() (#405) Require 2-digit hour (#320) Wrap UnmarshalTOML() and UnmarshalText() return...