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

Feature/OIDC integration2 #350

Merged
merged 9 commits into from
Jul 28, 2022
Merged

Feature/OIDC integration2 #350

merged 9 commits into from
Jul 28, 2022

Conversation

sughics
Copy link
Contributor

@sughics sughics commented Jul 22, 2022

Grails4 upgrade and and OIDC in Integration

@sughics
Copy link
Contributor Author

sughics commented Jul 22, 2022

Required ansible configs have been added under feature branches. (To merge after this app is ready to deploy with OIDC)

grailsWrapperVersion=1.0.0
gormVersion=6.0.12.RELEASE
gradleWrapperVersion=3.4.1
grailsVersion=4.0.13

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please upgrade to 4.1.1 or to any secured version
More info: https://grails.org/blog/2022-07-18-rce-vulnerability.html

@@ -58,7 +58,7 @@ class UrlMappings {

"/logout/logout" (controller: 'misc', action: 'logout')

"/"(view: "/index")
"/"(redirect: "/openapi")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Contributor Author

@sughics sughics Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tires to maintain the behaviour of the current bie-index's index / page which displays the swagger UI under the /index path. New changes replace the old swagger iplementation with openapi-1.0 for api spec definition and this change displayes the /opeanapi page for the / since old index page no longer exists.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok

Copy link

@yasima-csiro yasima-csiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please check comments?

build.gradle Outdated
@@ -102,6 +102,8 @@ dependencies {
testCompile "org.seleniumhq.selenium:selenium-support:3.14.0"
testRuntime "org.seleniumhq.selenium:selenium-chrome-driver:3.14.0"
testRuntime "org.seleniumhq.selenium:selenium-firefox-driver:3.14.0"
// https://mavenlibs.com/maven/dependency/org.springframework/spring-messaging

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove this if it is necessary?

@sughics sughics merged commit 06615e6 into master Jul 28, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants