Removing underscore from config
Base64 charset doesn't include an underscore. Removing it for our default scenarios. Change-Id: Ic36b11e1aed6f72375049cec1aac394c2d6d51eb
This commit is contained in:
@@ -24,7 +24,7 @@ name=aes_key
|
||||
algorithm=aes
|
||||
bit_length=256
|
||||
mode=CDC
|
||||
payload=test_data
|
||||
payload=testdata
|
||||
payload_content_type=application/octet-stream
|
||||
payload_content_encoding=base64
|
||||
|
||||
@@ -37,7 +37,7 @@ payload_content_type=application/octet-stream
|
||||
payload_content_encoding=base64
|
||||
|
||||
[cloudkeep-client-lib]
|
||||
authentication_endpoint=auth_endpoint
|
||||
authentication_endpoint=<auth_endpoint>
|
||||
username=user
|
||||
key=key
|
||||
token=bypass
|
||||
|
||||
Reference in New Issue
Block a user