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

add support for infisical env groups #237

Merged
merged 3 commits into from
Apr 19, 2024
Merged

add support for infisical env groups #237

merged 3 commits into from
Apr 19, 2024

Conversation

ianedwards
Copy link
Contributor

No description provided.

Comment on lines 20 to 27
enum EnumExternalEnvGroupProviderType {
// ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_UNSPECIFIED represents the nil value
ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_UNSPECIFIED = 0;
// ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_EXTERNAL_SECRETS represents the external-secrets env group provider
ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_EXTERNAL_SECRETS = 1;
// ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_INFISICAL represents the Infisical env group provider
ENUM_EXTERNAL_ENV_GROUP_PROVIDER_TYPE_INFISICAL = 2;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we call this the EnvGroupDriver or EnvGroupOperator or EnvGroupIntegrator? Just to distinguish more from the ProviderType (external-secrets operator does not provide, it just helps us integrate with most providers)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah fair, EnvGroupOperator makes sense to me

@ianedwards ianedwards merged commit 3310c2f into main Apr 19, 2024
2 checks passed
@ianedwards ianedwards deleted the infisical branch April 19, 2024 22:32
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

Successfully merging this pull request may close these issues.

2 participants