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



...

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

    Code Block
    languageyml
    kindapiVersion: Servicev1
    apiVersionkind: v1Service
    metadata:
      namelabels:
    authentication-internal spec:   selectorapp: yuuvis
        name: authentication-internal
      typename: ClusterIPauthentication-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


...