Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1709

After rb/46835 job key's role is required to exist as a user

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.14.0
    • None
    • None

    Description

      sandbox.py had the change eg
      ```
      return FileSystemImageSandbox(self.SANDBOX_NAME, self._get_sandbox_user(assigned_task))
      ```

      which is a problem for us since

      ```
      pwent = pwd.getpwnam(self._user)
      grent = grp.getgrgid(pwent.pw_gid)
      ```

      throw an exception if the user does not exist. This is a change in behavior of how Aurora launched containers before the diff. Before, job key's role could be mangled liberally and arbitrarily w/out this restriction.

      Attachments

        Activity

          People

            joshua.cohen Joshua Cohen
            shirchen Dmitriy Shirchenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: