-
Notifications
You must be signed in to change notification settings - Fork 3
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
GRAD2-3119 #694
GRAD2-3119 #694
Conversation
# Conflicts: # .github/workflows/deploy-backend-to-ocp-test.yml
backend/src/routes/auth.js
Outdated
config.get("server:frontend") + | ||
"/session-expired" | ||
); | ||
console.log("1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console logs needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No probably not. This was not my change but came in when I merged main into my branch to update it. I'll notify the UI team.
--from-literal=REDIS_HOST=redis \ | ||
--from-literal=REDIS_PORT=6379 \ | ||
--from-literal=REDIS_PASSWORD="$REDIS_PASSWORD" \ | ||
--from-literal=BATCH_API_URL="http://educ-grad-batch-graduation-api.77c02f-$ENV.svc.cluster.local:8080/api/v1" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it ok to have namespace ids in the repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I posed the question in RC to the platform team awhile back and the response was kind of luke warm about this. I have seen other teams using them in version control also which makes me think it's ok. But good catch anyway, I will change this.
# Conflicts: # .github/workflows/deploy-backend-to-ocp-test.yml # .github/workflows/deploy-frontend-to-ocp-test.yml # backend/src/routes/auth.js
Quality Gate passedIssues Measures |
Updates include:
DeploymentConfig -> Deployment
Routes with certificates
Configmap update script for backend