API Connection Example Manifest
1apiVersion: smarter.sh/v1
2kind: ApiConnection
3metadata:
4 annotations: []
5 description: Example ApiConnection using any of the following authentication methods:
6 [none, basic, token, oauth]
7 name: example_connection
8 version: 0.1.0
9spec:
10 connection:
11 apiKey: 12345-abcde-67890-fghij
12 authMethod: token
13 baseUrl: http://localhost:9357/
14 proxyHost: proxy.example.com
15 proxyPassword: proxypass
16 proxyPort: 8080
17 proxyProtocol: http
18 proxyUsername: proxyuser
19 timeout: 30