-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Backends Credentials Specified in Config Publisher Yaml file #588
Comments
|
@zcarroll4 - the publisher configuration YAML should support most options in the REST API. Have you tried something like this? backends:
- name: mybackend
properties:
credentials:
...etc Here is the credentials object that the API expects. |
This is exactly what I was looking for, I'll take a look at that wiki page tomorrow and test again. And yeah I tried something similar to how the logger syntax was but didn't have any luck yet. |
@zcarroll4 it would be great if you can post a scrubbed sample here for future references once you get a successful run. |
|
Specifiy Backend Credentials in Example Publisher Config #588
Please describe the feature.
Can we specify the backend's headers within the publisher configuration yaml files? Similar to how the example displays defining the credentials for the loggers?
The text was updated successfully, but these errors were encountered: