-
Notifications
You must be signed in to change notification settings - Fork 85
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
docs: Add general uri4files feature description #1194
Conversation
Closes edgexfoundry#1193 Signed-off-by: Elizabeth J Lee <[email protected]>
``` | ||
|
||
The authentication type and credentials are contained in the secret data specified by the Secret Name. | ||
Only `httpheader` is currently supported. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please expand on the expected elements in the secret data. ie.
type=httpheader
headername=<name>
headercontents=<contents>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably also need to reference how to store the secrets.
Secure Mode:
- https://docs.edgexfoundry.org/3.0/api/Ch-APIIntroduction/
- the Secret API needs to be added to this
- https://docs.edgexfoundry.org/3.0/security/SeedingServiceSecrets/
Non-Secure Mode
- https://docs.edgexfoundry.org/3.0/microservices/configuration/CommonConfiguration/#common-configuration-properties
- InsecureSecrets on Writable Tab ( another section that needs expanding... ;-) )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't about loading config, but about where the secrets for the URI are stored. Obviously we can't use InsecureSecrets when loading config from URI... :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Elizabeth J Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: edgex-jenkins <[email protected]>
Closes #1193
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-docs/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements: