mirror of https://github.com/apache/cloudstack.git
params: allow signatureversion and expires without logging
This patch considers the new expires and signatureversion parameters valid. Without this, all calls log when using the V3 signature scheme.
This commit is contained in:
parent
84994c841f
commit
58b4e71b0e
|
|
@ -66,6 +66,8 @@ public class ParamGenericValidationWorker implements DispatchWorker {
|
|||
defaultParamNames.add(ApiConstants.CTX_DETAILS);
|
||||
defaultParamNames.add(ApiConstants.UUID);
|
||||
defaultParamNames.add(ApiConstants.ID);
|
||||
defaultParamNames.add(ApiConstants.SIGNATURE_VERSION);
|
||||
defaultParamNames.add(ApiConstants.EXPIRES);
|
||||
defaultParamNames.add("_");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue