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

Support cache configuration via Steampipe config #230

Closed
kaidaguerre opened this issue Feb 24, 2021 · 0 comments
Closed

Support cache configuration via Steampipe config #230

kaidaguerre opened this issue Feb 24, 2021 · 0 comments
Labels
documention required Issues for which the documentation PR must be approved before the code PR can be approved enhancement New feature or request
Milestone

Comments

@kaidaguerre
Copy link
Contributor

Allow setting cache enabled and TTL either via a global settings file

settings {
  cache = true
  cache_ttl = 600
}

or on a per-connection level via connection config:

connection "aws1" {
  plugin    = "aws"    
  cache   = true
  cache_ttl = 600
  profile     = "zaphod-aaa"
}
@kaidaguerre kaidaguerre added the enhancement New feature or request label Feb 24, 2021
@kaidaguerre kaidaguerre added this to the 0.2.2 milestone Feb 24, 2021
@kaidaguerre kaidaguerre modified the milestones: 0.2.2, 0.3.0 Feb 26, 2021
@kaidaguerre kaidaguerre added the documention required Issues for which the documentation PR must be approved before the code PR can be approved label Feb 26, 2021
kaidaguerre added a commit that referenced this issue Mar 16, 2021
kaidaguerre added a commit that referenced this issue Mar 16, 2021
kaidaguerre added a commit that referenced this issue Mar 17, 2021
kaidaguerre added a commit that referenced this issue Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documention required Issues for which the documentation PR must be approved before the code PR can be approved enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant