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

Reindexing FQNs should be performed at a configurable interval #1583

Open
jakedoublev opened this issue Sep 26, 2024 · 0 comments
Open

Reindexing FQNs should be performed at a configurable interval #1583

jakedoublev opened this issue Sep 26, 2024 · 0 comments

Comments

@jakedoublev
Copy link
Contributor

While it is useful to trigger FQN reindexing (updating the cache of known FQNs to attribute namespaces, definitions, values) via the platform binary, it is not very extensible:

  1. assumes schema of opentdf
  2. uses db connection directly read in from config instead of a service API
  3. is not present on the CLI or at an API

The ideal approach is one that:

  1. is a job can be triggered via API call invoked by the CLI
  2. and/or can be triggered at an interval set in the config
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

1 participant