akeyless 3.2.5 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -1
- data/docs/CertAccessRules.md +2 -0
- data/docs/CreateAuthMethodCert.md +2 -0
- data/docs/CreateCertificate.md +1 -1
- data/docs/CreateClassicKey.md +1 -1
- data/docs/CreateDynamicSecret.md +1 -1
- data/docs/CreateLinkedTarget.md +1 -3
- data/docs/CreateRotatedSecret.md +1 -1
- data/docs/CreateSecret.md +1 -1
- data/docs/CreateWindowsTarget.md +2 -4
- data/docs/DecryptFile.md +6 -0
- data/docs/DescribeAssoc.md +24 -0
- data/docs/DescribeItem.md +2 -0
- data/docs/DynamicSecretProducerInfo.md +4 -0
- data/docs/EncryptFile.md +0 -2
- data/docs/GatewayBasicInfo.md +24 -0
- data/docs/GatewayCreateProducerArtifactory.md +1 -1
- data/docs/GatewayCreateProducerAws.md +1 -1
- data/docs/GatewayCreateProducerAzure.md +1 -1
- data/docs/GatewayCreateProducerCassandra.md +1 -1
- data/docs/GatewayCreateProducerCertificateAutomation.md +1 -1
- data/docs/GatewayCreateProducerChef.md +1 -1
- data/docs/GatewayCreateProducerCustom.md +1 -1
- data/docs/GatewayCreateProducerDockerhub.md +1 -1
- data/docs/GatewayCreateProducerEks.md +1 -1
- data/docs/GatewayCreateProducerGcp.md +1 -1
- data/docs/GatewayCreateProducerGke.md +1 -1
- data/docs/GatewayCreateProducerHanaDb.md +1 -1
- data/docs/GatewayCreateProducerLdap.md +1 -1
- data/docs/GatewayCreateProducerMSSQL.md +1 -1
- data/docs/GatewayCreateProducerMongo.md +1 -1
- data/docs/GatewayCreateProducerMySQL.md +1 -1
- data/docs/GatewayCreateProducerNativeK8S.md +11 -1
- data/docs/GatewayCreateProducerOracleDb.md +1 -1
- data/docs/GatewayCreateProducerPing.md +1 -1
- data/docs/GatewayCreateProducerPostgreSQL.md +1 -1
- data/docs/GatewayCreateProducerRabbitMQ.md +1 -1
- data/docs/GatewayCreateProducerRdp.md +1 -1
- data/docs/GatewayCreateProducerRedshift.md +1 -1
- data/docs/GatewayCreateProducerSnowflake.md +1 -1
- data/docs/GatewayDownloadCustomerFragments.md +22 -0
- data/docs/GatewayDownloadCustomerFragmentsOutput.md +18 -0
- data/docs/GatewayMessageQueueInfo.md +2 -0
- data/docs/GatewayUpdateProducerArtifactory.md +1 -1
- data/docs/GatewayUpdateProducerAws.md +1 -1
- data/docs/GatewayUpdateProducerAzure.md +1 -1
- data/docs/GatewayUpdateProducerCassandra.md +1 -1
- data/docs/GatewayUpdateProducerCertificateAutomation.md +1 -1
- data/docs/GatewayUpdateProducerChef.md +1 -1
- data/docs/GatewayUpdateProducerCustom.md +1 -1
- data/docs/GatewayUpdateProducerDockerhub.md +1 -1
- data/docs/GatewayUpdateProducerEks.md +1 -1
- data/docs/GatewayUpdateProducerGcp.md +1 -1
- data/docs/GatewayUpdateProducerGke.md +1 -1
- data/docs/GatewayUpdateProducerHanaDb.md +1 -1
- data/docs/GatewayUpdateProducerLdap.md +1 -1
- data/docs/GatewayUpdateProducerMSSQL.md +1 -1
- data/docs/GatewayUpdateProducerMongo.md +1 -1
- data/docs/GatewayUpdateProducerMySQL.md +1 -1
- data/docs/GatewayUpdateProducerNativeK8S.md +11 -1
- data/docs/GatewayUpdateProducerOracleDb.md +1 -1
- data/docs/GatewayUpdateProducerPing.md +1 -1
- data/docs/GatewayUpdateProducerPostgreSQL.md +1 -1
- data/docs/GatewayUpdateProducerRabbitMQ.md +1 -1
- data/docs/GatewayUpdateProducerRdp.md +1 -1
- data/docs/GatewayUpdateProducerRedshift.md +1 -1
- data/docs/GatewayUpdateProducerSnowflake.md +1 -1
- data/docs/GeneralConfigPart.md +2 -0
- data/docs/ImportPasswords.md +32 -0
- data/docs/ImportPasswordsOutput.md +22 -0
- data/docs/Item.md +4 -0
- data/docs/LinkedDetails.md +18 -0
- data/docs/RoleAssociationDetails.md +26 -0
- data/docs/TargetTypeDetailsInput.md +1 -3
- data/docs/UpdateAuthMethodCert.md +2 -0
- data/docs/UpdateLinkedTarget.md +2 -4
- data/docs/UpdateWindowsTarget.md +2 -4
- data/docs/V2Api.md +191 -2
- data/lib/akeyless/api/v2_api.rb +192 -0
- data/lib/akeyless/configuration.rb +5 -0
- data/lib/akeyless/models/cert_access_rules.rb +13 -1
- data/lib/akeyless/models/create_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/create_certificate.rb +1 -1
- data/lib/akeyless/models/create_classic_key.rb +1 -1
- data/lib/akeyless/models/create_dynamic_secret.rb +1 -1
- data/lib/akeyless/models/create_linked_target.rb +2 -17
- data/lib/akeyless/models/create_rotated_secret.rb +1 -1
- data/lib/akeyless/models/create_secret.rb +1 -1
- data/lib/akeyless/models/create_windows_target.rb +9 -19
- data/lib/akeyless/models/decrypt_file.rb +35 -1
- data/lib/akeyless/models/describe_assoc.rb +257 -0
- data/lib/akeyless/models/describe_item.rb +13 -1
- data/lib/akeyless/models/dynamic_secret_producer_info.rb +21 -1
- data/lib/akeyless/models/encrypt_file.rb +1 -13
- data/lib/akeyless/models/gateway_basic_info.rb +246 -0
- data/lib/akeyless/models/gateway_create_producer_artifactory.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_aws.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_azure.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_cassandra.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_certificate_automation.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_chef.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_custom.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_dockerhub.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_eks.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_gcp.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_gke.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_ldap.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +52 -2
- data/lib/akeyless/models/gateway_create_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_ping.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_rabbit_mq.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_redshift.rb +1 -1
- data/lib/akeyless/models/gateway_create_producer_snowflake.rb +1 -1
- data/lib/akeyless/models/gateway_download_customer_fragments.rb +243 -0
- data/lib/akeyless/models/gateway_download_customer_fragments_output.rb +221 -0
- data/lib/akeyless/models/gateway_message_queue_info.rb +10 -1
- data/lib/akeyless/models/gateway_update_producer_artifactory.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_aws.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_azure.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_cassandra.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_certificate_automation.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_chef.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_custom.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_dockerhub.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_eks.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_gcp.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_gke.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_hana_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_ldap.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mongo.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_mssql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_my_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +52 -2
- data/lib/akeyless/models/gateway_update_producer_oracle_db.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_ping.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_postgre_sql.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_rabbit_mq.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_rdp.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_redshift.rb +1 -1
- data/lib/akeyless/models/gateway_update_producer_snowflake.rb +1 -1
- data/lib/akeyless/models/general_config_part.rb +10 -1
- data/lib/akeyless/models/import_passwords.rb +304 -0
- data/lib/akeyless/models/import_passwords_output.rb +237 -0
- data/lib/akeyless/models/item.rb +21 -1
- data/lib/akeyless/models/linked_details.rb +221 -0
- data/lib/akeyless/models/role_association_details.rb +258 -0
- data/lib/akeyless/models/target_type_details_input.rb +3 -12
- data/lib/akeyless/models/update_auth_method_cert.rb +11 -1
- data/lib/akeyless/models/update_linked_target.rb +3 -18
- data/lib/akeyless/models/update_windows_target.rb +9 -19
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +8 -0
- data/spec/models/describe_assoc_spec.rb +52 -0
- data/spec/models/gateway_basic_info_spec.rb +52 -0
- data/spec/models/gateway_download_customer_fragments_output_spec.rb +34 -0
- data/spec/models/gateway_download_customer_fragments_spec.rb +46 -0
- data/spec/models/import_passwords_output_spec.rb +46 -0
- data/spec/models/import_passwords_spec.rb +76 -0
- data/spec/models/linked_details_spec.rb +34 -0
- data/spec/models/role_association_details_spec.rb +58 -0
- metadata +34 -2
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::GatewayBasicInfo
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::GatewayBasicInfo do
|
|
21
|
+
let(:instance) { Akeyless::GatewayBasicInfo.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GatewayBasicInfo' do
|
|
24
|
+
it 'should create an instance of GatewayBasicInfo' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::GatewayBasicInfo)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "cluster_display_name"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "cluster_id"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "cluster_name"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "cluster_url"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::GatewayDownloadCustomerFragmentsOutput
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::GatewayDownloadCustomerFragmentsOutput do
|
|
21
|
+
let(:instance) { Akeyless::GatewayDownloadCustomerFragmentsOutput.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GatewayDownloadCustomerFragmentsOutput' do
|
|
24
|
+
it 'should create an instance of GatewayDownloadCustomerFragmentsOutput' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::GatewayDownloadCustomerFragmentsOutput)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "cf_json"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::GatewayDownloadCustomerFragments
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::GatewayDownloadCustomerFragments do
|
|
21
|
+
let(:instance) { Akeyless::GatewayDownloadCustomerFragments.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of GatewayDownloadCustomerFragments' do
|
|
24
|
+
it 'should create an instance of GatewayDownloadCustomerFragments' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::GatewayDownloadCustomerFragments)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "json"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "token"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "uid_token"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::ImportPasswordsOutput
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::ImportPasswordsOutput do
|
|
21
|
+
let(:instance) { Akeyless::ImportPasswordsOutput.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of ImportPasswordsOutput' do
|
|
24
|
+
it 'should create an instance of ImportPasswordsOutput' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::ImportPasswordsOutput)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "imported"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "passwords_in_file"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "successfully_parsed"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
end
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::ImportPasswords
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::ImportPasswords do
|
|
21
|
+
let(:instance) { Akeyless::ImportPasswords.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of ImportPasswords' do
|
|
24
|
+
it 'should create an instance of ImportPasswords' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::ImportPasswords)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "accessibility"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "format"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "import_path"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "json"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "protection_key"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
describe 'test attribute "target_folder"' do
|
|
59
|
+
it 'should work' do
|
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
describe 'test attribute "token"' do
|
|
65
|
+
it 'should work' do
|
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
describe 'test attribute "uid_token"' do
|
|
71
|
+
it 'should work' do
|
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::LinkedDetails
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::LinkedDetails do
|
|
21
|
+
let(:instance) { Akeyless::LinkedDetails.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of LinkedDetails' do
|
|
24
|
+
it 'should create an instance of LinkedDetails' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::LinkedDetails)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "hosts"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
end
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Akeyless API
|
|
3
|
+
|
|
4
|
+
#The purpose of this application is to provide access to Akeyless API.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.0
|
|
7
|
+
Contact: support@akeyless.io
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: 6.5.0-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for Akeyless::RoleAssociationDetails
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe Akeyless::RoleAssociationDetails do
|
|
21
|
+
let(:instance) { Akeyless::RoleAssociationDetails.new }
|
|
22
|
+
|
|
23
|
+
describe 'test an instance of RoleAssociationDetails' do
|
|
24
|
+
it 'should create an instance of RoleAssociationDetails' do
|
|
25
|
+
expect(instance).to be_instance_of(Akeyless::RoleAssociationDetails)
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
describe 'test attribute "assoc_id"' do
|
|
29
|
+
it 'should work' do
|
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
describe 'test attribute "auth_method_name"' do
|
|
35
|
+
it 'should work' do
|
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
describe 'test attribute "auth_method_sub_claims"' do
|
|
41
|
+
it 'should work' do
|
|
42
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
describe 'test attribute "role_name"' do
|
|
47
|
+
it 'should work' do
|
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
describe 'test attribute "sub_claims_case_sensitive"' do
|
|
53
|
+
it 'should work' do
|
|
54
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
55
|
+
end
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: akeyless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -225,6 +225,7 @@ files:
|
|
|
225
225
|
- docs/DeleteTarget.md
|
|
226
226
|
- docs/DeleteTargetAssociation.md
|
|
227
227
|
- docs/DeleteTargets.md
|
|
228
|
+
- docs/DescribeAssoc.md
|
|
228
229
|
- docs/DescribeItem.md
|
|
229
230
|
- docs/DescribePermissions.md
|
|
230
231
|
- docs/DescribePermissionsOutput.md
|
|
@@ -255,6 +256,7 @@ files:
|
|
|
255
256
|
- docs/GCPPayload.md
|
|
256
257
|
- docs/GCPSecretsMigration.md
|
|
257
258
|
- docs/GatewayAddAllowedManagementAccess.md
|
|
259
|
+
- docs/GatewayBasicInfo.md
|
|
258
260
|
- docs/GatewayCreateK8SAuthConfig.md
|
|
259
261
|
- docs/GatewayCreateK8SAuthConfigOutput.md
|
|
260
262
|
- docs/GatewayCreateMigration.md
|
|
@@ -314,6 +316,8 @@ files:
|
|
|
314
316
|
- docs/GatewayDeleteMigration.md
|
|
315
317
|
- docs/GatewayDeleteProducer.md
|
|
316
318
|
- docs/GatewayDeleteProducerOutput.md
|
|
319
|
+
- docs/GatewayDownloadCustomerFragments.md
|
|
320
|
+
- docs/GatewayDownloadCustomerFragmentsOutput.md
|
|
317
321
|
- docs/GatewayGetConfig.md
|
|
318
322
|
- docs/GatewayGetK8SAuthConfig.md
|
|
319
323
|
- docs/GatewayGetK8SAuthConfigOutput.md
|
|
@@ -435,6 +439,8 @@ files:
|
|
|
435
439
|
- docs/HashiMigration.md
|
|
436
440
|
- docs/HashiPayload.md
|
|
437
441
|
- docs/HuaweiAccessRules.md
|
|
442
|
+
- docs/ImportPasswords.md
|
|
443
|
+
- docs/ImportPasswordsOutput.md
|
|
438
444
|
- docs/ImporterInfo.md
|
|
439
445
|
- docs/Item.md
|
|
440
446
|
- docs/ItemGeneralInfo.md
|
|
@@ -478,6 +484,7 @@ files:
|
|
|
478
484
|
- docs/LastStatusInfo.md
|
|
479
485
|
- docs/LdapConfigPart.md
|
|
480
486
|
- docs/LeadershipConfigPart.md
|
|
487
|
+
- docs/LinkedDetails.md
|
|
481
488
|
- docs/ListAuthMethods.md
|
|
482
489
|
- docs/ListAuthMethodsOutput.md
|
|
483
490
|
- docs/ListGateways.md
|
|
@@ -527,6 +534,7 @@ files:
|
|
|
527
534
|
- docs/ReverseRBACOutput.md
|
|
528
535
|
- docs/RevokeCreds.md
|
|
529
536
|
- docs/Role.md
|
|
537
|
+
- docs/RoleAssociationDetails.md
|
|
530
538
|
- docs/RoleAuthMethodAssociation.md
|
|
531
539
|
- docs/RollbackSecret.md
|
|
532
540
|
- docs/RollbackSecretOutput.md
|
|
@@ -845,6 +853,7 @@ files:
|
|
|
845
853
|
- lib/akeyless/models/delete_target.rb
|
|
846
854
|
- lib/akeyless/models/delete_target_association.rb
|
|
847
855
|
- lib/akeyless/models/delete_targets.rb
|
|
856
|
+
- lib/akeyless/models/describe_assoc.rb
|
|
848
857
|
- lib/akeyless/models/describe_item.rb
|
|
849
858
|
- lib/akeyless/models/describe_permissions.rb
|
|
850
859
|
- lib/akeyless/models/describe_permissions_output.rb
|
|
@@ -873,6 +882,7 @@ files:
|
|
|
873
882
|
- lib/akeyless/models/extension.rb
|
|
874
883
|
- lib/akeyless/models/external_kms_key_id.rb
|
|
875
884
|
- lib/akeyless/models/gateway_add_allowed_management_access.rb
|
|
885
|
+
- lib/akeyless/models/gateway_basic_info.rb
|
|
876
886
|
- lib/akeyless/models/gateway_create_k8_s_auth_config.rb
|
|
877
887
|
- lib/akeyless/models/gateway_create_k8_s_auth_config_output.rb
|
|
878
888
|
- lib/akeyless/models/gateway_create_migration.rb
|
|
@@ -932,6 +942,8 @@ files:
|
|
|
932
942
|
- lib/akeyless/models/gateway_delete_migration.rb
|
|
933
943
|
- lib/akeyless/models/gateway_delete_producer.rb
|
|
934
944
|
- lib/akeyless/models/gateway_delete_producer_output.rb
|
|
945
|
+
- lib/akeyless/models/gateway_download_customer_fragments.rb
|
|
946
|
+
- lib/akeyless/models/gateway_download_customer_fragments_output.rb
|
|
935
947
|
- lib/akeyless/models/gateway_get_config.rb
|
|
936
948
|
- lib/akeyless/models/gateway_get_k8_s_auth_config.rb
|
|
937
949
|
- lib/akeyless/models/gateway_get_k8_s_auth_config_output.rb
|
|
@@ -1056,6 +1068,8 @@ files:
|
|
|
1056
1068
|
- lib/akeyless/models/hashi_migration.rb
|
|
1057
1069
|
- lib/akeyless/models/hashi_payload.rb
|
|
1058
1070
|
- lib/akeyless/models/huawei_access_rules.rb
|
|
1071
|
+
- lib/akeyless/models/import_passwords.rb
|
|
1072
|
+
- lib/akeyless/models/import_passwords_output.rb
|
|
1059
1073
|
- lib/akeyless/models/importer_info.rb
|
|
1060
1074
|
- lib/akeyless/models/item.rb
|
|
1061
1075
|
- lib/akeyless/models/item_general_info.rb
|
|
@@ -1099,6 +1113,7 @@ files:
|
|
|
1099
1113
|
- lib/akeyless/models/ldap_access_rules.rb
|
|
1100
1114
|
- lib/akeyless/models/ldap_config_part.rb
|
|
1101
1115
|
- lib/akeyless/models/leadership_config_part.rb
|
|
1116
|
+
- lib/akeyless/models/linked_details.rb
|
|
1102
1117
|
- lib/akeyless/models/list_auth_methods.rb
|
|
1103
1118
|
- lib/akeyless/models/list_auth_methods_output.rb
|
|
1104
1119
|
- lib/akeyless/models/list_gateways.rb
|
|
@@ -1148,6 +1163,7 @@ files:
|
|
|
1148
1163
|
- lib/akeyless/models/reverse_rbac_output.rb
|
|
1149
1164
|
- lib/akeyless/models/revoke_creds.rb
|
|
1150
1165
|
- lib/akeyless/models/role.rb
|
|
1166
|
+
- lib/akeyless/models/role_association_details.rb
|
|
1151
1167
|
- lib/akeyless/models/role_auth_method_association.rb
|
|
1152
1168
|
- lib/akeyless/models/rollback_secret.rb
|
|
1153
1169
|
- lib/akeyless/models/rollback_secret_output.rb
|
|
@@ -1952,6 +1968,7 @@ files:
|
|
|
1952
1968
|
- spec/models/delete_target_association_spec.rb
|
|
1953
1969
|
- spec/models/delete_target_spec.rb
|
|
1954
1970
|
- spec/models/delete_targets_spec.rb
|
|
1971
|
+
- spec/models/describe_assoc_spec.rb
|
|
1955
1972
|
- spec/models/describe_item_spec.rb
|
|
1956
1973
|
- spec/models/describe_permissions_output_spec.rb
|
|
1957
1974
|
- spec/models/describe_permissions_spec.rb
|
|
@@ -1980,6 +1997,7 @@ files:
|
|
|
1980
1997
|
- spec/models/extension_spec.rb
|
|
1981
1998
|
- spec/models/external_kms_key_id_spec.rb
|
|
1982
1999
|
- spec/models/gateway_add_allowed_management_access_spec.rb
|
|
2000
|
+
- spec/models/gateway_basic_info_spec.rb
|
|
1983
2001
|
- spec/models/gateway_create_k8_s_auth_config_output_spec.rb
|
|
1984
2002
|
- spec/models/gateway_create_k8_s_auth_config_spec.rb
|
|
1985
2003
|
- spec/models/gateway_create_migration_spec.rb
|
|
@@ -2039,6 +2057,8 @@ files:
|
|
|
2039
2057
|
- spec/models/gateway_delete_migration_spec.rb
|
|
2040
2058
|
- spec/models/gateway_delete_producer_output_spec.rb
|
|
2041
2059
|
- spec/models/gateway_delete_producer_spec.rb
|
|
2060
|
+
- spec/models/gateway_download_customer_fragments_output_spec.rb
|
|
2061
|
+
- spec/models/gateway_download_customer_fragments_spec.rb
|
|
2042
2062
|
- spec/models/gateway_get_config_spec.rb
|
|
2043
2063
|
- spec/models/gateway_get_k8_s_auth_config_output_spec.rb
|
|
2044
2064
|
- spec/models/gateway_get_k8_s_auth_config_spec.rb
|
|
@@ -2163,6 +2183,8 @@ files:
|
|
|
2163
2183
|
- spec/models/hashi_migration_spec.rb
|
|
2164
2184
|
- spec/models/hashi_payload_spec.rb
|
|
2165
2185
|
- spec/models/huawei_access_rules_spec.rb
|
|
2186
|
+
- spec/models/import_passwords_output_spec.rb
|
|
2187
|
+
- spec/models/import_passwords_spec.rb
|
|
2166
2188
|
- spec/models/importer_info_spec.rb
|
|
2167
2189
|
- spec/models/item_general_info_spec.rb
|
|
2168
2190
|
- spec/models/item_spec.rb
|
|
@@ -2206,6 +2228,7 @@ files:
|
|
|
2206
2228
|
- spec/models/ldap_access_rules_spec.rb
|
|
2207
2229
|
- spec/models/ldap_config_part_spec.rb
|
|
2208
2230
|
- spec/models/leadership_config_part_spec.rb
|
|
2231
|
+
- spec/models/linked_details_spec.rb
|
|
2209
2232
|
- spec/models/list_auth_methods_output_spec.rb
|
|
2210
2233
|
- spec/models/list_auth_methods_spec.rb
|
|
2211
2234
|
- spec/models/list_gateways_spec.rb
|
|
@@ -2254,6 +2277,7 @@ files:
|
|
|
2254
2277
|
- spec/models/reverse_rbac_output_spec.rb
|
|
2255
2278
|
- spec/models/reverse_rbac_spec.rb
|
|
2256
2279
|
- spec/models/revoke_creds_spec.rb
|
|
2280
|
+
- spec/models/role_association_details_spec.rb
|
|
2257
2281
|
- spec/models/role_auth_method_association_spec.rb
|
|
2258
2282
|
- spec/models/role_spec.rb
|
|
2259
2283
|
- spec/models/rollback_secret_output_spec.rb
|
|
@@ -2480,6 +2504,7 @@ test_files:
|
|
|
2480
2504
|
- spec/models/gateway_delete_migration_spec.rb
|
|
2481
2505
|
- spec/models/allowed_access_spec.rb
|
|
2482
2506
|
- spec/models/classic_key_details_info_spec.rb
|
|
2507
|
+
- spec/models/gateway_download_customer_fragments_spec.rb
|
|
2483
2508
|
- spec/models/export_classic_key_spec.rb
|
|
2484
2509
|
- spec/models/rotate_key_spec.rb
|
|
2485
2510
|
- spec/models/update_role_spec.rb
|
|
@@ -2548,6 +2573,7 @@ test_files:
|
|
|
2548
2573
|
- spec/models/gateways_list_response_spec.rb
|
|
2549
2574
|
- spec/models/update_auth_method_saml_spec.rb
|
|
2550
2575
|
- spec/models/encrypt_gpg_output_spec.rb
|
|
2576
|
+
- spec/models/linked_details_spec.rb
|
|
2551
2577
|
- spec/models/rotated_secret_details_info_spec.rb
|
|
2552
2578
|
- spec/models/gateway_update_producer_ping_spec.rb
|
|
2553
2579
|
- spec/models/create_azure_target_output_spec.rb
|
|
@@ -2579,6 +2605,7 @@ test_files:
|
|
|
2579
2605
|
- spec/models/gateway_create_producer_gke_output_spec.rb
|
|
2580
2606
|
- spec/models/create_gke_target_spec.rb
|
|
2581
2607
|
- spec/models/gateway_create_producer_custom_output_spec.rb
|
|
2608
|
+
- spec/models/gateway_download_customer_fragments_output_spec.rb
|
|
2582
2609
|
- spec/models/get_kube_exec_creds_output_spec.rb
|
|
2583
2610
|
- spec/models/uid_generate_token_spec.rb
|
|
2584
2611
|
- spec/models/get_secret_value_spec.rb
|
|
@@ -2690,6 +2717,7 @@ test_files:
|
|
|
2690
2717
|
- spec/models/create_auth_method_o_auth2_spec.rb
|
|
2691
2718
|
- spec/models/create_event_forwarder_spec.rb
|
|
2692
2719
|
- spec/models/log_forwarding_config_part_spec.rb
|
|
2720
|
+
- spec/models/import_passwords_output_spec.rb
|
|
2693
2721
|
- spec/models/upload_rsa_spec.rb
|
|
2694
2722
|
- spec/models/create_auth_method_cert_spec.rb
|
|
2695
2723
|
- spec/models/decrypt_file_output_spec.rb
|
|
@@ -2759,6 +2787,7 @@ test_files:
|
|
|
2759
2787
|
- spec/models/create_artifactory_target_output_spec.rb
|
|
2760
2788
|
- spec/models/update_pki_cert_issuer_output_spec.rb
|
|
2761
2789
|
- spec/models/update_native_k8_s_target_output_spec.rb
|
|
2790
|
+
- spec/models/role_association_details_spec.rb
|
|
2762
2791
|
- spec/models/gateway_create_producer_snowflake_spec.rb
|
|
2763
2792
|
- spec/models/gateway_create_producer_my_sql_output_spec.rb
|
|
2764
2793
|
- spec/models/gateway_update_producer_my_sql_output_spec.rb
|
|
@@ -2816,6 +2845,7 @@ test_files:
|
|
|
2816
2845
|
- spec/models/create_rabbit_mq_target_spec.rb
|
|
2817
2846
|
- spec/models/describe_permissions_spec.rb
|
|
2818
2847
|
- spec/models/create_aws_target_spec.rb
|
|
2848
|
+
- spec/models/gateway_basic_info_spec.rb
|
|
2819
2849
|
- spec/models/encrypt_gpg_spec.rb
|
|
2820
2850
|
- spec/models/update_auth_method_k8_s_spec.rb
|
|
2821
2851
|
- spec/models/kmip_renew_server_certificate_output_spec.rb
|
|
@@ -2923,6 +2953,7 @@ test_files:
|
|
|
2923
2953
|
- spec/models/kmip_set_server_state_spec.rb
|
|
2924
2954
|
- spec/models/certificate_chain_info_spec.rb
|
|
2925
2955
|
- spec/models/delete_role_rule_output_spec.rb
|
|
2956
|
+
- spec/models/describe_assoc_spec.rb
|
|
2926
2957
|
- spec/models/create_auth_method_ldap_spec.rb
|
|
2927
2958
|
- spec/models/account_object_version_settings_output_spec.rb
|
|
2928
2959
|
- spec/models/gateway_update_producer_github_spec.rb
|
|
@@ -2986,6 +3017,7 @@ test_files:
|
|
|
2986
3017
|
- spec/models/gateway_delete_producer_spec.rb
|
|
2987
3018
|
- spec/models/encrypt_pkcs1_output_spec.rb
|
|
2988
3019
|
- spec/models/sign_pkcs1_output_spec.rb
|
|
3020
|
+
- spec/models/import_passwords_spec.rb
|
|
2989
3021
|
- spec/models/rotators_config_part_spec.rb
|
|
2990
3022
|
- spec/models/gcp_access_rules_spec.rb
|
|
2991
3023
|
- spec/models/email_pass_access_rules_spec.rb
|