Skip to content

McAlm/Camunda8-OIDCSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox to test Camunda without Keycloak

Steps to reproduce

  • Set CAMUNDA_PLATFORM_VERSION in .env file to 8.4.5

  • Start docker compose with

    docker compose -d up

  • Attach shell to the nicolaka/netshoot container

  • Execute the follwoing command

    /tmp/netshoot/topology.sh

  • Success

  • What it does

    • Creates access token by the idp with client credentials flow
    • Calls method Topology of the zeebe gRPC interface without authentication header
    • Calls method Topology of the zeebe gRPC interface with authentication header
  • Set CAMUNDA_PLATFORM_VERSION in .env file to 8.5.0

  • Restart with

    docker compose -d up

  • Execute the follwoing command

    /tmp/netshoot/topology.sh

  • FAIL

    • Check zeebe log to see the exception
  • Shutdown with

    docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages