Skip to content

Releases: DResthal/ConfigManageUtils

v2.2.1

17 Mar 04:45

Choose a tag to compare

Added checks for JSON requests

Now requires authToken, env and userName in all requests.

v2.1.0

09 Mar 18:54

Choose a tag to compare

  1. Changed JSON processing to update data only instead of overwriting all data (do not include unchanged data in your JSON request)
  2. 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

05 Mar 16:04

Choose a tag to compare

Updated requirements.txt to reflect newer changes

Add API and authenticated endpoints

05 Mar 14:52

Choose a tag to compare

Added api for frontend use of utils functions. Endpoints are basic auth check for authToken in POST'ed JSON

v1.0.0

02 Mar 22:49

Choose a tag to compare

Version 1.0.0