You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
My Unix Server SCAP report is showing up as a link and not as shown in this image.
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)?
The text was updated successfully, but these errors were encountered:
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:
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:
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)?
The text was updated successfully, but these errors were encountered: