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

catalog-backend-module-okta: update config to include a schedule object #1634

Open
GoFightNguyen opened this issue Sep 20, 2024 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@GoFightNguyen
Copy link
Contributor

There are two confusing aspects of the config for catalog-backend-module-okta

  1. The config.d.ts does not match the expectation of catalog.providers.okta being a configArray, see here

  2. A schedule is expected to be defined like catalog.providers.okta[0].frequency (see code) rather than as a schedule object like catalog.providers.okta[0].schedule. The latter seems to be the common approach in backstage, see this example.

Feature Suggestion

Specify the expectation of a schedule in the config.d.ts and support the frequently used approach of a schedule object.

Context

@roadiehq/catalog-backend-module-okta v0.10.2, using the new-backend-system as per the docs.

@GoFightNguyen GoFightNguyen added the kind/enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant