# ====================================================== # reference.config # ------------------------------------------------------ # This configuration is specifically a reference # implementation for a configuration file. # You must create a proper configuration file and supply # the correct values for your Environment(s) # # For multiple environments it is suggested that you # generate specific configurations and name the files # ..config # ====================================================== [marshalling] serialize_format=json deserialize_format=json [cloudkeep] base_url= api_version=v1 tenant_id=test_tenant # these max values should match the values in # /etc/barbican/barbican-api.conf max_allowed_secret_in_bytes = 10000 max_allowed_request_size_in_bytes = 1000000 [cloudkeep-rbac-role-users] admin= admin_password= creator= creator_password= observer= observer_password= audit= audit_password= [cloudkeep-secrets] name=aes_key algorithm=aes bit_length=256 mode=CDC payload=testdata payload_content_type=application/octet-stream payload_content_encoding=base64 [cloudkeep-orders] name=secretname algorithm=aes bit_length=256 mode=cbc payload_content_type=application/octet-stream payload_content_encoding=base64 [tokens_api] auth_type= authentication_endpoint= username= password= tenant_name= [GITHUB] token= repo=cloudkeep/barbican [LAUNCHPAD] project=barbican