Releases: DResthal/ConfigManageUtils
Releases · DResthal/ConfigManageUtils
v2.2.1
v2.1.0
- Changed JSON processing to update data only instead of overwriting all data (do not include unchanged data in your JSON request)
- API now accepts JSON in the following format:
{
'a' : {
'delete' : true
}
}
or
{
'a' : {
'value' : 'some value',
'secret' : true/false,
'comment' : 'some comment here',
'delete' : true
}
}
This will delete the respective value, 'a' from the YAML file. This does NOT delete the value from the parameter store at this time.
ConfigManageUtils v2.0.2
Updated requirements.txt to reflect newer changes
Add API and authenticated endpoints
Added api for frontend use of utils functions. Endpoints are basic auth check for authToken in POST'ed JSON