anuragkumawat e33334d246 JAVA-14176 Rename raml to raml-modules (#12673)
* JAVA-14176 Rename raml to raml-modules

* JAVA-14176 Remove failing module

* JAVA-14176 Revert commenting spring-cloud-openfeign-2 module
2022-09-03 11:55:50 +05:30

21 lines
714 B
Plaintext

#%RAML 1.0 Library
# This is the file /libraries/securitySchemes.raml
securitySchemes:
- basicAuth:
description: Each request must contain the headers necessary for
basic authentication
type: Basic Authentication
describedBy:
headers:
Authorization:
description: |
Used to send the Base64 encoded "username:password"
credentials
type: string
responses:
401:
description: |
Unauthorized. Either the provided username and password
combination is invalid, or the user is not allowed to
access the content provided by the requested URL.