Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducing DevOps CI/CD Pipeline Example #1652

Open
IvanDrag0 opened this issue Jul 11, 2021 · 0 comments
Open

Reproducing DevOps CI/CD Pipeline Example #1652

IvanDrag0 opened this issue Jul 11, 2021 · 0 comments

Comments

@IvanDrag0
Copy link

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant