Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Conversation

spinillos
Copy link
Member

To archive that we needed to change the way to create the providers. The constructor doesn't check the missing configuration and it was moved into a validate function. This function is called internally when we do want to do queries to the resources.

Now configuration has two new options:

grr config providers handlers
grr config providers status

Maybe validate needs a better name since is exposed to make status to work.

  • handlers is the old grr providers command but showing all providers information instead of the active ones (the ones with the full configuration set).
  • status shows the information that it showed all the time when you execute any command showing if the provider is active or not.

@spinillos spinillos requested a review from a team April 2, 2024 11:23
@malcolmholmes
Copy link
Contributor

I wonder it "kinds" is a better name than "handlers", with handlers being an internal name. What people will care about is the kinds that Grizzly supports (and the providers they must configure).

@@ -1,4 +1,4 @@
version: '3'
version: '3.4'
Copy link
Member Author

Choose a reason for hiding this comment

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

Its added because start_period works from 3.4

@julienduchesne julienduchesne marked this pull request as draft June 19, 2024 15:07
@julienduchesne julienduchesne removed the request for review from a team June 19, 2024 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants