ssm get_parameter to honot WithDecryption
This commit is contained in:
parent
d692219927
commit
e230407074
1 changed files with 1 additions and 6 deletions
|
|
@ -56,13 +56,8 @@ class SimpleSystemManagerResponse(BaseResponse):
|
||||||
return json.dumps(error), dict(status=400)
|
return json.dumps(error), dict(status=400)
|
||||||
|
|
||||||
response = {
|
response = {
|
||||||
'Parameter': {
|
'Parameter': result.response_object(with_decryption)
|
||||||
'Name': name,
|
|
||||||
'Type': result.type,
|
|
||||||
'Value': result.value
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return json.dumps(response)
|
return json.dumps(response)
|
||||||
|
|
||||||
def get_parameters(self):
|
def get_parameters(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue