@azure/identity@1.1.0
See original GitHub issue- Package Name: @azure/identity
- Package Version: 1.1.0
- Operating system: Github Actions ubuntu-latest
- nodejs
- version: 12.18.2
- browser
- name/version:
- typescript
- version:
- Is the bug related to documentation in
- README.md
- source code documentation
- SDK API docs on https://docs.microsoft.com
Describe the bug When attempting to deploy Azure Static Web App (specifically the embedded Api) within the Github Action ecosystem the following build step error is thrown
prebuild-install WARN install libsecret-1.so.0: cannot open shared object file: No such file or directory
Package libsecret-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsecret-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsecret-1' found
gyp: Call to 'pkg-config --libs-only-l libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (/tmp/oryx/platforms/nodejs/12.18.3/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack at ChildProcess.emit (events.js:315:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.4.0-1025-azure
gyp ERR! command "/tmp/oryx/platforms/nodejs/12.18.3/bin/node" "/tmp/oryx/platforms/nodejs/12.18.3/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /github/workspace/whitewaterfinder.pwa/waterfinder.api/.oryx_prod_node_modules/node_modules/keytar
gyp ERR! node -v v12.18.3
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN embedded-api-paddle-fin@ No description
npm WARN embedded-api-paddle-fin@ No repository field.
added 51 packages from 142 contributors and audited 175 packages in 4.786s
npm WARN embedded-api-paddle-fin@ No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: keytar@5.6.0 (node_modules/keytar):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: keytar@5.6.0 install: `prebuild-install || node-gyp rebuild`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
To Reproduce Steps to reproduce the behavior:
- Create an Azure Single Page Application
- Add @azure/keyvault-secrets and @azure/identity to your package.json
- Deploy
Expected behavior The build to succeed
Screenshots
Additional context repository is badgerowluke/whitewaterfinder Azure SWA in question is ./whitewaterfinder.pwa Github Actions currently is .github/workflows/azure-static-web-apps-calm-glacier0c95f3710.yml specific package.json in question is ./whitewaterfinder.pwa/waterfinder.api
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
azure-identity 1.1.0 - PyPI
Azure Identity client library for Python. Azure Identity authenticating with Azure Active Directory for Azure SDK libraries. It provides credentials Azure ...
Read more >azure-identity : 1.1.0 - Maven Central Repository Search
Microsoft Azure client library for Identity - This module contains client library for Microsoft Azure Identity.
Read more >Azure.Identity 1.1.0 - NuGet
This is the implementation of the Azure SDK Client Library for Azure Identity.
Read more >com.azure » azure-identity » 1.1.0 - Maven Repository
This module contains client library for Microsoft Azure Identity. License, MIT. Tags, azureidentity. HomePage, https://github.com/Azure/ ...
Read more >azure-identity 1.1.0-beta.5 javadoc (com.azure) - Javadoc.io
The Azure Identity library provides Azure Active Directory token authentication support across the Azure SDK. It provides a set of TokenCredential ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah. go ahead and close it. I’m good with keeping eyes on with #11374
sounds great. The specifics here aren’t blocking.