-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi!
First off, thanks for all the work that went into this. In particular, the tooling and automated releases workflows! I've taken a swing at something similar before, and I know there's a lot of effort involved.
I'm not sure if this is intentional or not, but the kcr_external_secrets_io crate only has support for a handful of the API Groups currently included with ExternalSecrets (as of v0.16.1). I suspect that some of these were just added after the generator was written, and might need to be added to the catalog here?
| apiGroup | included in kcr_external_secrets_io crate? |
|---|---|
acraccesstokens.generators.external-secrets.io |
❌ |
clusterexternalsecrets.external-secrets.io |
✅ |
clustergenerators.generators.external-secrets.io |
❌ |
clusterpushsecrets.external-secrets.io |
❌ |
clustersecretstores.external-secrets.io |
✅ |
ecrauthorizationtokens.generators.external-secrets.io |
❌ |
externalsecrets.external-secrets.io |
✅ |
fakes.generators.external-secrets.io |
❌ |
gcraccesstokens.generators.external-secrets.io |
❌ |
generatorstates.generators.external-secrets.io |
❌ |
githubaccesstokens.generators.external-secrets.io |
❌ |
grafanas.generators.external-secrets.io |
❌ |
passwords.generators.external-secrets.io |
❌ |
pushsecrets.external-secrets.io |
❌ |
quayaccesstokens.generators.external-secrets.io |
❌ |
secretstores.external-secrets.io |
✅ |
stssessiontokens.generators.external-secrets.io |
❌ |
uuids.generators.external-secrets.io |
❌ |
vaultdynamicsecrets.generators.external-secrets.io |
❌ |
webhooks.generators.external-secrets.io |
❌ |
I'm not sure if these belong in the kcr_external_secrets_io crate, if they should be enabled by default, or behind a feature flag, or if they should be a separate crate or something else.
I'd be willing to contribute to this if it would help, I'd just need a nudge in the right direction.
Thanks! ❤️