Security
- Types:
- apiKey
- basicAuth
API Key
- change ``securityType: apKey`
- secret is generated automatically in the service
{
"securityType": "apiKey",
"secret": ""
}
Basic Auth
- change ``securityType: basicAuth`
- secret is a base64 encoded username passord pair
myUser:myPassword
->bXlVc2VyOm15UGFzc3dvcmQ=
- for base64 encoding / decoding you can use our tools https://tools.quasiris.de
{
"securityType": "basicAuth",
"secret": "bXlVc2VyOm15UGFzc3dvcmQ="
}
``
## Permissions
In the permissions you can assign permissions for the security configuration.