-
**Describe the bug**
The `aws_iam_policy_simulator` requires 3 Quals (`principal_arn`, `resource_arn`, `action`). Joining this table to two other tables (e.g. `aws_iam_user.arn` and `aws_s3_bucket.ar…
-
**Is your feature request related to a problem? Please describe.**
Add support for fine grained personal access tokens to minimize the permissions needed to retrieve data from tables of interest to th…
-
Make these additions to the container:
- [ ] use `feature` capability on base container
- [x] incorporate persistent shell history
- [ ] AWS command completion
- [ ] workflow to publish new imag…
-
Hello,
Just curious to know whether this application supports new authentication requirements needed for connecting to organization owned azure o365 accounts.
I have worked on steampipe IMAP plu…
-
### Describe the Bug
I've got a global .tool-versions file:
```
python 3.11.7
nodejs 20.11.0
rust 1.73.0
...
```
and installed typescript-language-server into it:
```
~ $ which tsserver
/…
-
I'm currently working on getting a count of secrets in our Vault instance and have noticed that the `steampipe-plugin-vault` does not appear to have a way to get info from version 1 of the secrets eng…
-
**Describe the bug**
Running this query
```
select jsonb_pretty(attributes) from ldap_user where object_sid = 'S-1-5-21-4049728555-799940961-2503284476-7632';
```
Seems to return some JSON da…
-
**Describe the bug**
Sorting the VPS from `aws_vpc` by `cidr_block` fails with the following error:
```
$ ~/src/steampipe/steampipe-v0.10.0 query 'select cidr_block from aws_vpc order by cidr_b…
-
**Describe the bug**
Azure SQL was deprecated as of 16th September. I have noticed a number of tools now failing to report issues against SQL (Scoutsuite for example) which may be down to changes in …
-
I am using method 2 from https://hub.steampipe.io/plugins/turbot/googleworkspace. I acquire the credentials file like so:
> gcloud auth application-default login --client-id-file=client_secret.json…