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

Support for ID obfuscation #1067

Open
maurei opened this issue Sep 1, 2021 · 0 comments
Open

Support for ID obfuscation #1067

maurei opened this issue Sep 1, 2021 · 0 comments
Labels

Comments

@maurei
Copy link
Member

maurei commented Sep 1, 2021

ID obfuscation involves inheritance from a class other than Identifiable for resources, see ObfuscatedIdentifiable. The custom schema generator will not be able to pick up on such customization out-of-the-box.

Because such inheritance structure can become arbitrarily complex, it is hard, perhaps impossible, to make generic assumptions based on which we could introduce support for use cases like this.

Further investigation is required to identify which components would have to be patched to support eg ID obfuscation. It then needs to be carefully considered if it is desirable to introduce extensibility points in these locations so that developers can set up what they need.

@maurei maurei added the OpenAPI label Sep 1, 2021
@bart-degreed bart-degreed changed the title Support for id obfuscation Support for ID obfuscation Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant