Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • F feudalAdapterLDF
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • feudal
  • feudalAdapterLDF
  • Merge requests
  • !38

fix strange users

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged marcus.hardt requested to merge fix-null-user into master Sep 07, 2020
  • Overview 0
  • Commits 1
  • Changes 1

Some strange users are sent from the backend.

This fix checks if data['user']['userinfo'] is None

Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 Dep[KIT Test SSH]#234 Executing: 'ldf_adapter --conf /etc/feudal/ldf_adapter_devel_lsdf.conf'
Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 Dep[KIT Test SSH]#234 Input: {
Sep 07 16:04:35 feudal-client feudalClient[13282]: "state_target": "not_deployed",
Sep 07 16:04:35 feudal-client feudalClient[13282]: "user": {
Sep 07 16:04:35 feudal-client feudalClient[13282]: "userinfo": null,
Sep 07 16:04:35 feudal-client feudalClient[13282]: "credentials": null
Sep 07 16:04:35 feudal-client feudalClient[13282]: },
Sep 07 16:04:35 feudal-client feudalClient[13282]: "answers": {
Sep 07 16:04:35 feudal-client feudalClient[13282]: "primary_group": "h-df-de_hdf"
Sep 07 16:04:35 feudal-client feudalClient[13282]: }
Sep 07 16:04:35 feudal-client feudalClient[13282]: }
Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 Dep[KIT Test SSH]#235 Scheduling execution for KIT Test SSH
Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 [Sink] Handling: Dep[KIT Test SSH]#235
Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 Dep[KIT Test SSH]#235 Executing: 'ldf_adapter --conf /etc/feudal/ldf_adapter_devel_lsdf.conf'
Sep 07 16:04:35 feudal-client feudalClient[13282]: 2020/09/07 16:04:35 Dep[KIT Test SSH]#235 Input: {
Sep 07 16:04:35 feudal-client feudalClient[13282]: "state_target": "not_deployed",
Sep 07 16:04:35 feudal-client feudalClient[13282]: "user": {
Sep 07 16:04:35 feudal-client feudalClient[13282]: "userinfo": null,
Sep 07 16:04:35 feudal-client feudalClient[13282]: "credentials": null
Sep 07 16:04:35 feudal-client feudalClient[13282]: }
Sep 07 16:04:35 feudal-client feudalClient[13282]: }
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-null-user

Imprint