cancel
Showing results for 
Search instead for 
Did you mean: 
  • 133 Views

Error in lab appsec-review

Jump to solution

FYI: encountered a small issue in chapter 8's lab `appsec-review`. The payroll-api's YAML and deployment both indicate that `restricted-v2` suffices when reviewing the SCC, but the course & grading seem to be using `anyuid`. When runing `restricted-v2` it failed due to not being able to connect to port 80.

[student@workstation appsec-review]$ oc get deploy/payroll-api -o yamI oc adm policy scc-subject-review  -f -
RESOURCE                 ALLOWED BY 
Deployment/payroll-api   restricted-v2

[student@workstation appsec-review]$ oc adm policy scc-subject-review -f payroll-app.yaml 
RESOURCE                 ALLOWED BY 
Deployment/payroll-api   restricted-v2 


 Perhaps something changed, perhaps an error on my end

2 Solutions

Accepted Solutions
bchardim
Flight Engineer
Flight Engineer
  • 124 Views

Please, file a Jira ticket with your findings. Right now, the GLS developers team is working on the DO280-4.18 version bump, so it would be great time to fix it.

View solution in original post

Chetan_Tiwary_
Community Manager
Community Manager
  • 82 Views

@bchardim I will raise it in the JIRA board.

View solution in original post

3 Replies
bchardim
Flight Engineer
Flight Engineer
  • 125 Views

Please, file a Jira ticket with your findings. Right now, the GLS developers team is working on the DO280-4.18 version bump, so it would be great time to fix it.

Chetan_Tiwary_
Community Manager
Community Manager
  • 83 Views

@bchardim I will raise it in the JIRA board.

Join the discussion
You must log in to join this conversation.