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

Issue with domain sync #84

Open
glen-84 opened this issue Dec 23, 2022 · 5 comments
Open

Issue with domain sync #84

glen-84 opened this issue Dec 23, 2022 · 5 comments

Comments

@glen-84
Copy link

glen-84 commented Dec 23, 2022

This change keeps on occurring, making it difficult to keep track of revisions in the commit log.

ce70451
8238bd8

@mooreds
Copy link
Contributor

mooreds commented Dec 26, 2022

Hiya @glen-84 ,

This is part of every release, because the typescipt client is generated from a number of configuration files. All of this is currently managed through this project: https://github.com/FusionAuth/fusionauth-client-builder

Are there specifics that would make these changes easier that you can share?

Thanks!

@glen-84
Copy link
Author

glen-84 commented Dec 27, 2022

I understand that the client is generated, I'm suggesting that there may be an issue with the generator, because it keeps generating the exact same change.

More examples:

ccbc819
0b23cd0
37166bf

@glen-84
Copy link
Author

glen-84 commented Dec 27, 2022

It looks like the same interface is being exported 3 times.

export interface LambdaConfiguration {
accessTokenPopulateId?: UUID;
idTokenPopulateId?: UUID;
samlv2PopulateId?: UUID;
}
export interface LambdaConfiguration {
reconcileId?: UUID;
}
export interface LambdaConfiguration {
reconcileId?: UUID;
}

@mooreds
Copy link
Contributor

mooreds commented Dec 30, 2022

Ah, thank you Glen for the further explanation. That does look like an issue with the codegen tool. I can see how that would be annoying. I filed an issue: FusionAuth/fusionauth-issues#2034

Just to confirm, there's no functional bug when trying to use the lambda configuration, correct?

@glen-84
Copy link
Author

glen-84 commented Dec 30, 2022

I'm not aware of any functional bugs, but I'm also not using that interface myself.

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

No branches or pull requests

2 participants