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

workaround #5

Closed
wants to merge 1 commit into from
Closed

workaround #5

wants to merge 1 commit into from

Conversation

pulledtim
Copy link
Contributor

  • Simplified persistence to store configs of a service into a blob
  • Workaround for faulty micronaut openapi codegen

@pulledtim pulledtim added the minor Should be applied for new functionality or bigger updates. label Oct 10, 2023
@@ -1,26 +1,5 @@
CREATE TABLE IF NOT EXISTS `service` (
`id` varchar(255) NOT NULL PRIMARY KEY,
`default_oidc_scope` varchar(255) NOT NULL
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thats not how flyway works. You should add a new migration for the changes.

private java.util.List<String> trustedIssuersLists;

// methods

Copy link
Collaborator

Choose a reason for hiding this comment

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

Why dont you use the lombok methods?

@@ -0,0 +1,142 @@
package org.fiware.iam.ccs.model;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do you add generated classes to the repo?

@Join(value = "oidcScopes", type = Join.Type.LEFT_FETCH)
@Join(value = "oidcScopes.credentials", type = Join.Type.LEFT_FETCH)
@Join(value = "oidcScopes.credentials.trustedLists", type = Join.Type.LEFT_FETCH)
// @Join(value = "oidcScopes", type = Join.Type.LEFT_FETCH)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just delete it

@pulledtim
Copy link
Contributor Author

Closing due to continuing on target branch

@pulledtim pulledtim closed this Oct 26, 2023
@pulledtim pulledtim deleted the suggestion2 branch October 26, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Should be applied for new functionality or bigger updates.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants