Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idPROGRESSDONE

Product Version2021 Autumn
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje07 JUL 20212021 Autumn

Security of Actuator Endpoints

Agnieszka14 JUL 20212021 AutumnrLANG
Agnieszka29 JUL 20212021 AutumnrLANG



...

Excerpt

When updating your yuuvis® Momentum installation to version 2021 Autumn, manual configuration changes are required for some services. 


Please also pay attention to the Breaking Changes.


Section
bordertrue


Column

Table of Contents

Table of Contents
maxLevel3
exclude(Table of Contents|Read on|Another Tutorial|Another Concept Article|Another interesting Tutorial|Ressources|Remarks|Authentication against the Core API|Graphical Overview \/ Use Cases \(Flows\)|Login to the Core API \(Java\)|yuuvis® Momentum Services|Basic Use Case Flows)


...

  • Create a file authentication-internal.yml with the following content:

    Code Block
    languageyml
    kindapiVersion: Servicev1
    apiVersionkind: v1Service
    metadata:
      namelabels:
    authentication-internal spec:   selectorapp: yuuvis
        appname: authentication-internal
      typename: ClusterIP authentication-internal
    spec:
      ports:
      - protocolname: TCP"80"
        port: 80
        targetPort: 8081
      selector:
        name: authentication
      type: ClusterIP


  • Run the command:

    Code Block
    languagepowershell
    kubectl -n yuuvis apply -f authentication-internal.yml


...