You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A follow-up to #78, we should provide a way to specify the Mondoo creds via a file (path). currently, the mondoo creds are only supported by specifying them directly as a JSON input.
We should update the provider to support both:
provider "mondoo" {
region = "us"
credentials = "{....}" // if set, we read this
credentials_path = "/tmp/mondoo-creds" // if set, we read this
}
We need to only define behaviour when both are specified. Do we throw an error or do we have a defined order of precedence?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A follow-up to #78, we should provide a way to specify the Mondoo creds via a file (path). currently, the mondoo creds are only supported by specifying them directly as a JSON input.
We should update the provider to support both:
We need to only define behaviour when both are specified. Do we throw an error or do we have a defined order of precedence?
The text was updated successfully, but these errors were encountered: