From 2a4103ae4976f5bacc66f4271eddf596c4342afd Mon Sep 17 00:00:00 2001 From: michelsk <120306503+michelsk@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:53:46 +0300 Subject: [PATCH] minor changes, changed to akeyless community ref (#7) --- .github/workflows/release_steampipe.yaml | 3 --- README.md | 2 +- config/akeyless.spc | 2 +- go.mod | 2 +- version | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release_steampipe.yaml b/.github/workflows/release_steampipe.yaml index 598024a..fe8ce94 100644 --- a/.github/workflows/release_steampipe.yaml +++ b/.github/workflows/release_steampipe.yaml @@ -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: diff --git a/README.md b/README.md index 0972864..9a7bc22 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/config/akeyless.spc b/config/akeyless.spc index 38476b0..79d8835 100644 --- a/config/akeyless.spc +++ b/config/akeyless.spc @@ -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 = "" diff --git a/go.mod b/go.mod index 2ee6fcb..0f2d320 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/akeylesslabs/steampipe-plugin-akeyless +module github.com/akeyless-community/steampipe-plugin-akeyless go 1.22.2 diff --git a/version b/version index 771c6c1..8cde9b3 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ # Use Semantic versioning only. Please update the version number before opening a pull request. -v0.0.3 \ No newline at end of file +v0.0.4 \ No newline at end of file