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

"Error while retrieving guids allowlist" on device connect when MPS_USE_ALLOWLIST=true #188

Closed
matt-primrose opened this issue May 6, 2021 · 0 comments · Fixed by #238
Closed
Labels
bug Something isn't working

Comments

@matt-primrose
Copy link
Member

matt-primrose commented May 6, 2021

Steps to reproduce:

  1. in .env file, set MPS_USE_ALLOWLIST = true
  2. Docker Up
  3. AMT Device connects to MPS
  4. following messages are output to MPS logs on device connect:
    2021-05-06T16:53:25.718Z info: getting secret secret/data/global guids_allowlist
    2021-05-06T16:53:25.731Z error: getSecretFromKey error
    2021-05-06T16:53:25.731Z error: Status 404
    2021-05-06T16:53:25.731Z error: Error while retrieving guids allowlist
    2021-05-06T16:53:25.732Z error: Cannot read property 'includes' of null
    2021-05-06T16:53:25.733Z info: CIRA connection established for {DeviceGUID-Redacted} executed query { text: 'SELECT * FROM devices', duration: 6, rows: 1 }
@rsdmike rsdmike added the bug Something isn't working label May 6, 2021
@brianosburn-intel brianosburn-intel linked a pull request Jun 15, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants