hide client_secret from API

This commit is contained in:
adamscmRH
2018-08-09 11:27:39 -04:00
parent 86a1f9c0ad
commit 1bc83b488b
4 changed files with 15 additions and 8 deletions

View File

@@ -28,4 +28,4 @@ STANDARD_INVENTORY_UPDATE_ENV = {
}
CAN_CANCEL = ('new', 'pending', 'waiting', 'running')
ACTIVE_STATES = CAN_CANCEL
TOKEN_CENSOR = '************'
CENSOR_VALUE = '************'