Skip to content
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

Support LADP and Linux authentication when region is Edge. #100

Closed
macrovve opened this issue Jul 20, 2021 · 1 comment · Fixed by #101
Closed

Support LADP and Linux authentication when region is Edge. #100

macrovve opened this issue Jul 20, 2021 · 1 comment · Fixed by #101

Comments

@macrovve
Copy link
Contributor

SiteWise Edge now support LDAP and Linux authentication, SiteWise plugin should be able to support this as well.

When customer want to access data in the edge, they need to call /authenticate API first to get temporary AWS credentials which will expire after 4h. And they will use OpsHub to download their certificate. With AWS credentials and certificate, they could call SiteWise data plane API to fetch data.

There two changes need to be made on the plugin:

  • Provide a way to allow customer to enter their LDAP/Linux credential
  • Implement a mechanism to refresh credential every 4h
  • Support AWS session token, It only supports AWS access key and secret key now.
@atifali
Copy link
Contributor

atifali commented Jul 28, 2021

feature merged - closing this.

@atifali atifali closed this as completed Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants