Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for config inheritance #468

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Add support for config inheritance #468

merged 2 commits into from
Dec 10, 2024

Conversation

apazzolini
Copy link
Contributor

  • Adds inheritable and inherits properties to Configs.
  • Additionally, adds inheritedBy for Configs when fetched individually.
  • Allows toggling inheritability with doppler configs update --inheritable [true/false]
  • Allows setting parent inheritances with doppler configs update --inherits 'billing.dev,database.dev'

Depends on https://github.com/DopplerHQ/server/pull/7068

Closes ENG-8534

@apazzolini apazzolini requested a review from a team as a code owner November 25, 2024 22:58
@apazzolini apazzolini requested a review from nmanoogian December 3, 2024 20:47
pkg/cmd/configs.go Outdated Show resolved Hide resolved
pkg/cmd/configs.go Outdated Show resolved Hide resolved
pkg/http/api.go Outdated Show resolved Hide resolved
pkg/cmd/configs.go Outdated Show resolved Hide resolved
@apazzolini apazzolini merged commit d67deaf into master Dec 10, 2024
28 checks passed
@apazzolini apazzolini deleted the andre/inheritance branch December 10, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants