Skip to content
Snippets Groups Projects
Select Git revision
  • 71279e59e8b9d8fb869f176148e15d184282b756
  • main default protected
  • ods-button-cleanup
  • OZG-8490-E2E-Tests
  • tooltip-improvements
  • admin-cleanup
  • OZG-8376-ods-select
  • OZG-8405-Alfa-Bearbeiter-auswählen-und-entfernen-Design
  • OZG-7981-Statistik-Anzeige-von-Mandanten
  • OZG-6319-inlcude-externe-fachstelle-to-collaboration
  • OZG-8430-radio-button-card-styling
  • OZG-7981-Statistik-Anzeige-von-Mandanten-2
  • wip-sebo-sebastian
  • fix-storybook
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • testing-imports
  • storybook-improvements
  • release-administration
  • OZG-8422-BenutzerSpeichern
  • release-info
  • release
  • 1.12.1-administration
  • 1.12.0-administration
  • 1.12.0-info
  • 2.27.0-alfa
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
41 results

goofy-e2e

  • Clone with SSH
  • Clone with HTTPS
  • This repository is for the OZG info manager.

    Getting Started

    Note: Docker needs to run to run the build tests being executed on gradle build.

    Reference Documentation

    For further reference, please consider the following sections:

    Guides

    The following guides illustrate how to use some features concretely:

    Properties

    Name Description Default value
    ozgcloud.infomanager.allowed-client-names List of names of grpc clients allowed to access the getServiceUrlOfNachricht Antragsraum
    ozgcloud.infomanager.postfach-id-key-name Name of the key used to read the postfach id from the auth token legacyPostkorbHandle

    Useful commands

    Create an entry using grpcurl:

    Get grpcurl

    Add a 'Nachricht' to the database using grpcUrl:

    ./grpcurl --plaintext -d '{"nachricht": {"postfachId": "28721c6f-b78f-4d5c-a048-19fd2fc429d2", "nachrichtenListUrl":"static://localhost:9091"}}' localhost:9091 de.mgm.bup.ozg.antragsraum.infomanager.NachrichtService.SaveNewNachricht

    Query the InfoManager for available services

    ./grpcurl --plaintext localhost:9091 list

    See setup details here: https://wiki.mgm-tp.com/confluence/x/dwMkEw

    docker run -p 9090:9090 -p 8081:8081 dockerregistry.mgm-tp.com/com.mgmtp.bup.ozg/ozg-info-manager:0.0.1-9.b1aa5f2-SNAPSHOT

    Run it from commandline use:

    ./mvnw spring-boot:run -Dspring-boot.run.profiles=local -pl info-manager-server

    at the info-manager root directory