-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add authenticated access to Onvif devices #646
Add authenticated access to Onvif devices #646
Conversation
Signed-off-by: Johnson Shih <[email protected]>
is there a docs PR? i see the proposal PR, but i'm wondering about some user docs that explain how to use this. |
Signed-off-by: Johnson Shih <[email protected]>
yes, there will be some follow up PRs to update Onvif DH document for newly added uuid filter, optional ip/mac address filter and secret information usage. |
Signed-off-by: Johnson Shih <[email protected]>
Signed-off-by: Johnson Shih <[email protected]>
The docs PR for the secret usage: project-akri/akri-docs#90 |
Signed-off-by: Johnson Shih <[email protected]>
Signed-off-by: Johnson Shih <[email protected]>
What this PR does / why we need it:
refs #250
This PR enables the broker to access Onvif devices with username/password. The broker uses device uuid to look up credential from credential directories and authenticate the device access using the credential found.
The schema of credentials in credential directories is described in project-akri/akri-docs#78
Special notes for your reviewer:
If applicable:
cargo fmt
)cargo build
)cargo clippy
)cargo test
)cargo doc
)