Skip to content

Commit

Permalink
feat: introducing eventarc apihub reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-613 committed May 24, 2023
1 parent 1705882 commit a4293be
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ technical or non-technical topic.
deploying and testing a mock API, generated from an Open API Specification.
- [Identity facade with Okta](labs/idp-okta-integration) [(web)](https://apigee.github.io/devrel/labs/idp-okta-integration)
A 300 level lab that shows how to configure the Apigee Identity Facade with Okta IDP.
- [Eventarc + ApiHub integration](labs/eventarc-apihub) - A lab for
a workflow-based automation for Apigee X using API Hub and EventArc
- [Eventarc + API Hub integration](labs/eventarc-apihub) - A lab for a workflow-based automation to deploy proxies using API hub and Eventarc
## Contributing

See the [contributing instructions](./CONTRIBUTING.md) to get started.
Expand Down
1 change: 0 additions & 1 deletion labs/eventarc-apihub/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion labs/eventarc-apihub/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eventarc Api Hub Lab
# Eventarc API hub Lab

Use [claat](https://github.com/googlecodelabs/tools) to
generate static HTML site from the Markdown document.
Expand Down
10 changes: 6 additions & 4 deletions labs/eventarc-apihub/cloud-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

FROM debian:11

RUN apt update
RUN apt install nodejs npm -y
RUN npm install -g openapi2apigee
RUN apt install default-jre -y
WORKDIR /app

RUN apt-get update
RUN apt-get install nodejs npm -y
RUN npm install -g openapi2apigee@1.2.0
RUN apt-get install default-jre -y

COPY wsdl2apigee-1.0.0-jar-with-dependencies.jar .
ENTRYPOINT ["bash"]
Expand Down
Loading

0 comments on commit a4293be

Please sign in to comment.