Digital Developer Conference: Hybrid Cloud
  • Introduction
  • Getting Started
    • Pre-work
  • Threat Modeling & Identity Management
    • Lecture
      • Threat Modeling
      • Identity Management
      • Prerequisites
    • Lab 1
      • Clone the repo
      • Creating App ID in IBM Cloud
      • Building the front end service
      • Deploying to OpenShift
      • Test the Simulator
  • Operator Workshop
    • Lecture
      • Introduction
    • Lab 2
      • Install the PostgreSQL Operator
      • Create an instance of a database
      • Load the schema
      • Expose and verify
  • Microservice Workshop
    • Lecture
      • Introduction
      • Prerequisites
    • Lab 3
      • Part 1
      • Part 2
  • Microservice Workshop (OSS)
    • Lecture
      • Introduction
      • Prerequisites
    • Lab
      • Database setup
      • Part 1
      • Part 2
  • Serverless Workshop
    • Introduction
      • Example Bank App Architecture
      • Serverless
      • Prerequisites
      • Quick Install - Identity Management, Operator, Microservices Workshops
    • Lab 4
      • Installing OpenShift Serverless
      • Installing Knative Serving
      • Clone the repo
      • Create an admin scoped user
      • Building the example serverless application
      • Configure Deployment file
      • Deploying to OpenShift Serverless
      • Test the Serverless App
      • Modify Serverless App
      • Conclusion
  • Service Mesh Workshop
    • ServiceMesh Lab
  • Pipelines (Tekton) Workshop
    • Lecture
      • What is tekton?
      • CI/CD
      • Explain tasks and pipelines
    • Lab 6
      • Cluster Setup
      • Install Pipeline
  • Resources
    • IBM Developer
Powered by GitBook
On this page

Was this helpful?

  1. Threat Modeling & Identity Management
  2. Lab 1

Test the Simulator

PreviousDeploying to OpenShiftNextLecture

Last updated 4 years ago

Was this helpful?

Get the mobile simulator route.

$ oc get routes
NAME                       HOST/PORT             PATH   SERVICES                           PORT    TERMINATION   WILDCARD
mobile-simulator-service   ***.appdomain.cloud          mobile-simulator-service           <all>                 None

Open the URL and open the console in the developer tools of your browser to view the access token. Try and test the Sign-up functionality.

The simulator will get stuck in the "Creating user profile..." loading screen. This is expected for now as you haven't deployed the other microservices of the Example Bank application.

You can also go back to your IBM Cloud App ID dashboard to view and manage the users that have been created.

Summary

  • Learned about Threat Modelling

  • Explored App ID

  • Built and Deploy Node.js microservice in OpenShift

Source code:

More ways to use App ID

https://github.com/IBM/example-bank
https://cloud.ibm.com/docs/appid?topic=appid-adding-overview
Example Bank App Architecture