Skip to content
Snippets Groups Projects
Select Git revision
  • OZG-8086-Statistik-Datenanfrage-erstellen
  • ozg-8091-fix-tests
  • main default protected
  • OZG-7971-replace-old-buttons
  • OZG-7856_schadcode_scanner
  • ovh-poc-add-image-pull-secret
  • OZG-8148-card-component
  • OZG-7165-administration-client-caddy
  • OZG-7165-info-client-metric-endpoint
  • OZG-7165-enable-caddy-metrics
  • release
  • selectVorgangWithEingang-instead-of-getVorgangWithEingang
  • OZG-8168-replace-remaining-mat-icon
  • fix-aggregation-mapping-validation
  • release-info
  • release-administration
  • smartdocuments-client-cert-auth
  • OZG-7922-AdjustOperator
  • albert-sebo-validation
  • ozg-7768-mongodb-e2e
  • 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
  • 1.6.0-administration
  • 2.21.0-alfa
  • 1.5.0-info
  • 1.5.0-administration
  • 2.20.0-alfa
  • 2.19.2-alfa
  • 2.19.1-alfa
  • 1.4.0-administration
  • 2.19.0-alfa
  • release-info-1.4.0
40 results

frontend-clients

  • 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