Skip to content

Reproducing DevOps CI/CD Pipeline Example #1652

@IvanDrag0

Description

@IvanDrag0

I'm trying to reproduce the DevOps CI/CD pipeline example found here. I've downloaded the continuous-ato-kit repo and set it up per the instructions, however, while I'm able to get Jenkins to update the fields in the Unix Server app, I'm having a few issues:

  1. When I click on the TACR SSP All link, my page looks like the one in the video and not the one in the tutorial (not sure if that matters).
  2. My Unix Server SCAP report is showing up as a link and not as shown in this image.
  3. When I click on SSP Preview, I get a 500 error.

I had to tweak some of the python code because when the python script that is generated by provision_compliance_server.sh, I get an error in the following section regarding "subdomain" being an invalid option:

# Set up a new Organization and make the user an admin of it.
#############################################################
org = Organization.objects.filter(subdomain="main").first()
if not org:
  org = Organization.create(name='Department of Demonstrations', subdomain="main", admin_user=user)

I had to create the user and organization manually.

Is there something else I need to do to get it all up and running? Or is it possible to get some sample data to populate the system with (if that's the issue)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions