Skip to main content

Questions tagged [configuration-management]

Configuration management (CM) is a systems engineering process for establishing and maintaining consistency of a product's performance, functional and physical attributes with its requirements, design and operational information throughout its life.

0 votes
1 answer
167 views

I recently came upon the concept of GitOps. One idea that's central to GitOps is the use of static configurations (e.g. Git repositories are the source of truth for configurations). In my distributed ...
natn2323's user avatar
  • 109
4 votes
2 answers
732 views

I just learned about the Functional Options pattern in golang. what are the benefits of using it over just allowing to pass a config struct and just overriding the default values provided in the ...
moshevi's user avatar
  • 149
0 votes
2 answers
189 views

My friend and I are developing a screenshot tool for Linux where the screenshot can be saved into a clipboard by using an external tool like xclip or wl-clipboard. Since there are even more clipboard ...
TornaxO7's user avatar
  • 103
0 votes
0 answers
98 views

I have a series of .NET kubernetes services that all need to retrieve dynamically a series of configurations from a database, since the deployment of this infrastructure is going to be on-prem for ...
Jiulia's user avatar
  • 207
2 votes
2 answers
1k views

I hope this is the correct sub StackExchange to post this question. In our company, we are currently using a Spring Cloud Config server for Spring boot apps to be able to fetch their configuration ...
Nullbeans's user avatar
  • 139
1 vote
2 answers
641 views

I'm not sure how to manage configuration settings in a C#/.NET environment. For simplicity lets say I have 3 assemblies: My MainApplication is the project being started and containing the business ...
NoConnection's user avatar
1 vote
2 answers
266 views

There is a string field x, contains value a/b/c/d The order of a/b/c/d is changed infrequently , only once a year or several years. What is the best approach to store this config? Currently , it's ...
hieu.do's user avatar
  • 19
0 votes
0 answers
3k views

I am building a .NET Framework WPF application, however, I want to use IConfigurationBuilder, which is a part of the newer (.NET Core and up) Microsoft.Extensions.Configuration namespace. My ...
JD136's user avatar
  • 1
0 votes
1 answer
662 views

I am writing a custom python package, which produces some files in a certain directory. This directory I call root_path and should be set by the user. So basically, it should be a conf variable but ...
Corram's user avatar
  • 103
-1 votes
4 answers
891 views

I'm working in a company, where we work with a kind of plug-and-play system: An executable is put inside a central directory, and there is a Modules directory, where DLL files can be inserted, which ...
Dominique's user avatar
  • 1,844
0 votes
1 answer
296 views

I'm working on a project that has the purpose to execute tasks in intervals. The tasks and it's properties can be configured through the Configuration Website. The data is being stored in the ...
Junes's user avatar
  • 11
2 votes
3 answers
3k views

I just wonder how do you deal with this scenario. Let's say you have an application that uses configuration files that are loaded right after the application starts. Configuration files store - lets ...
Artur Pyszczuk's user avatar
3 votes
1 answer
4k views

I have been working with many applications and had different approaches to storing application properties (configurations). The problem is were to store different types of configs. Configs which ...
Igorock's user avatar
  • 141
0 votes
1 answer
400 views

I'm trying to design a system that inject configuration of each component into each class. project structure: |features --|component-a component-a.service.js component-a.config....
Slim's user avatar
  • 109
0 votes
1 answer
69 views

I have an application with an external configuration. Basically, there are a few basic environment variables, then the rest of the application's configuration gets pulled from AWS S3, is checked for ...
Rocket04's user avatar
  • 1,116

15 30 50 per page
1
2 3 4 5
8