Skip to content

Commit b1fa1d7

Browse files
committed
"Release v5.0.10"
1 parent 7e34d81 commit b1fa1d7

24 files changed

Lines changed: 328 additions & 395 deletions

api/openapi.yaml

Lines changed: 93 additions & 49 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'io.akeyless'
7-
version = '5.0.9'
7+
version = '5.0.10'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.akeyless",
44
name := "akeyless-java",
5-
version := "5.0.9",
5+
version := "5.0.10",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/CreateESM.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CreateESM is a command that creates an External Secrets Manager. [Deprecated: Us
1111
|**azureKvName** | **String** | Azure Key Vault name (Relevant only for Azure targets) | [optional] |
1212
|**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
1313
|**description** | **String** | Description of the External Secrets Manager | [optional] |
14+
|**gcpProjectId** | **String** | GCP Project ID (Relevant only for GCP targets) | [optional] |
1415
|**json** | **Boolean** | Set output format to JSON | [optional] |
1516
|**k8sNamespace** | **String** | K8s namespace (Relevant to Kubernetes targets) | [optional] |
1617
|**name** | **String** | External Secrets Manager name | |

docs/CreateUSC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CreateUSC is a command that creates a Universal Secrets Connector
1111
|**azureKvName** | **String** | Azure Key Vault name (Relevant only for Azure targets) | [optional] |
1212
|**deleteProtection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
1313
|**description** | **String** | Description of the Universal Secrets Connector | [optional] |
14+
|**gcpProjectId** | **String** | GCP Project ID (Relevant only for GCP targets) | [optional] |
1415
|**json** | **Boolean** | Set output format to JSON | [optional] |
1516
|**k8sNamespace** | **String** | K8s namespace (Relevant to Kubernetes targets) | [optional] |
1617
|**name** | **String** | Universal Secrets Connector name | |

docs/DSProducerDetails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
|**failureMessage** | **String** | | [optional] |
9999
|**fixedUserOnly** | **String** | | [optional] |
100100
|**gcpKeyAlgo** | **String** | | [optional] |
101+
|**gcpProjectId** | **String** | | [optional] |
101102
|**gcpRoleBindings** | **Map<String, List<String>>** | | [optional] |
102103
|**gcpServiceAccountEmail** | **String** | GCPServiceAccountEmail overrides the deprecated field from the target | [optional] |
103104
|**gcpServiceAccountKey** | **String** | | [optional] |

docs/DynamicSecretCreateGcp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dynamicSecretCreateGcp is a command that creates a GCP dynamic secret
1414
|**gcpCredType** | **String** | | [optional] |
1515
|**gcpKey** | **String** | Base64-encoded service account private key text | [optional] |
1616
|**gcpKeyAlgo** | **String** | Service account key algorithm, e.g. KEY_ALG_RSA_1024 | [optional] |
17+
|**gcpProjectId** | **String** | GCP Project ID override for dynamic secret operations (tmp service accounts) | [optional] |
1718
|**gcpSaEmail** | **String** | The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) | [optional] |
1819
|**gcpTokenScopes** | **String** | Access token scopes list, e.g. scope1,scope2 | [optional] |
1920
|**json** | **Boolean** | Set output format to JSON | [optional] |

docs/DynamicSecretUpdateGcp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dynamicSecretUpdateGcp is a command that updates a GCP dynamic secret
1414
|**gcpCredType** | **String** | | [optional] |
1515
|**gcpKey** | **String** | Base64-encoded service account private key text | [optional] |
1616
|**gcpKeyAlgo** | **String** | Service account key algorithm, e.g. KEY_ALG_RSA_1024 | [optional] |
17+
|**gcpProjectId** | **String** | GCP Project ID override for dynamic secret operations (tmp service accounts) | [optional] |
1718
|**gcpSaEmail** | **String** | The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) | [optional] |
1819
|**gcpTokenScopes** | **String** | Access token scopes list, e.g. scope1,scope2 | [optional] |
1920
|**json** | **Boolean** | Set output format to JSON | [optional] |

docs/GatewayCreateMigration.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ gatewayCreateMigration is a command that create migration
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**_1passwordEmail** | **String** | 1Password user email to connect to the API | [optional] |
12-
|**_1passwordPassword** | **String** | 1Password user password to connect to the API | [optional] |
13-
|**_1passwordSecretKey** | **String** | 1Password user secret key to connect to the API | [optional] |
14-
|**_1passwordUrl** | **String** | 1Password api container url | [optional] |
15-
|**_1passwordVaults** | **List<String>** | 1Password list of vault to get the items from | [optional] |
1611
|**serviceAccountKeyDecoded** | **String** | | [optional] |
1712
|**adAutoRotate** | **String** | Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --ad-rotation-interval and --ad-rotation-hour parameters (Relevant only for Active Directory migration) | [optional] |
1813
|**adComputerBaseDn** | **String** | Distinguished Name of Computer objects (servers) to search in Active Directory e.g.: CN=Computers,DC=example,DC=com (Relevant only for Active Directory migration) | [optional] |
@@ -70,7 +65,7 @@ gatewayCreateMigration is a command that create migration
7065
|**siUsersPathTemplate** | **String** | Path location template for migrating users as Rotated Secrets e.g.: .../Users/{{COMPUTER_NAME}}/{{USERNAME}} (Relevant only for Server Inventory migration) | |
7166
|**targetLocation** | **String** | Target location in Akeyless for imported secrets | |
7267
|**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
73-
|**type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv/1password/active_directory) | [optional] |
68+
|**type** | **String** | Migration type (hashi/aws/gcp/k8s/azure_kv/active_directory) | [optional] |
7469
|**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
7570

7671

docs/GatewayCreateProducerGcp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gatewayCreateProducerGcp is a command that creates a GCP producer [Deprecated: U
1313
|**gcpCredType** | **String** | | [optional] |
1414
|**gcpKey** | **String** | Base64-encoded service account private key text | [optional] |
1515
|**gcpKeyAlgo** | **String** | Service account key algorithm, e.g. KEY_ALG_RSA_1024 | [optional] |
16+
|**gcpProjectId** | **String** | GCP Project ID override for dynamic secret operations (tmp service accounts) | [optional] |
1617
|**gcpSaEmail** | **String** | The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) | [optional] |
1718
|**gcpTokenScopes** | **String** | Access token scopes list, e.g. scope1,scope2 | [optional] |
1819
|**json** | **Boolean** | Set output format to JSON | [optional] |

0 commit comments

Comments
 (0)