Skip to content

Commit

Permalink
minor changes, changed to akeyless community ref (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelsk authored Jul 18, 2024
1 parent 3635b7e commit 2a4103a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_steampipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
version: '~> v2'
args: release --clean --skip=publish --timeout=60m

- name: List Build Artifacts
run: ls -laR ./dist

- name: Connect to AWS using Github OIDC role
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use SQL to query items, auth mehtods, roles, targets, gateways and more from Ake
Install the plugin with [Steampipe](https://steampipe.io/downloads):

```shell
steampipe plugin install akeyless/akeyless
steampipe plugin install akeyless-community/akeyless
```

[Configure the plugin](https://hub.steampipe.io/plugins/akeyless/akeyless#configuration) with your authentication method using the configuration file:
Expand Down
2 changes: 1 addition & 1 deletion config/akeyless.spc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
connection "akeyless" {
plugin = "akeyless-community"
plugin = "akeyless-community/akeyless"

# Defines the type of access. Supported types: "api_key", "aws_iam", "azure_ad", "gcp", "universal_identity", "k8s", "jwt".
#access_type = ""
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/akeylesslabs/steampipe-plugin-akeyless
module github.com/akeyless-community/steampipe-plugin-akeyless

go 1.22.2

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Use Semantic versioning only. Please update the version number before opening a pull request.
v0.0.3
v0.0.4

0 comments on commit 2a4103a

Please sign in to comment.