apigee-samples icon indicating copy to clipboard operation
apigee-samples copied to clipboard

A repo for Apigee X/hybrid samples

Results 9 apigee-samples issues
Sort by recently updated
recently updated
newest added

## Description Running `npm install` or `npm run preinstall` leads to a permissions error. ## To Reproduce 1. Run ``` npm install ``` or ``` npm run preinstall ``` 2....

bug

some touch-ups on the Cloud Functions docs and scripts

https://github.com/GoogleCloudPlatform/apigee-samples/blob/8ba299a76c69d5f233e1eda5e2cefe7ccd3d409b/authorize-idp-access-tokens/deploy-authorize-idp-access-tokens.sh#L114 https://github.com/GoogleCloudPlatform/apigee-samples/blob/8ba299a76c69d5f233e1eda5e2cefe7ccd3d409b/authorize-idp-access-tokens/deploy-authorize-idp-access-tokens.sh#L119

This sample shows how to use the new Apigee Extension Processor.

Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. Release notes Sourced from body-parser's releases. v2.2.1 Important: Security Security fix for CVE-2025-13466 (GHSA-wqch-xfxh-vrr4) What's Changed ci: add dependabot by @​Phillip9587 in expressjs/body-parser#593 ci:...

dependencies
javascript

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

**Describe the bug** If running on Linux (Cloud Shell), variables don't get replaced. **To Reproduce** Deploy using Cloud Shell **Expected behavior** Sed should work both on Mac and Unix/Linux. We...

bug