Home
last modified time | relevance | path

Searched full:secretstring (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/aws-crt-java/codebuild/
H A Dcommon-linux.sh14 …manager get-secret-value --secret-id "unit-test/certificate" --query "SecretString" | cut -f2 -d":…
15 key=$(aws secretsmanager get-secret-value --secret-id "unit-test/privatekey" --query "SecretString"…
16 …smanager get-secret-value --secret-id "ecc-test/certificate" --query "SecretString" | cut -f2 -d":…
17 …tsmanager get-secret-value --secret-id "ecc-test/privatekey" --query "SecretString" | cut -f2 -d":…
18 …nager get-secret-value --secret-id "unit-test/privatekey-p8" --query "SecretString" | cut -f2 -d":…
19 …etsmanager get-secret-value --secret-id "unit-test/endpoint" --query "SecretString" | cut -f2 -d":…
H A Dmqtt5-java-canary-test.yml33 …smanager get-secret-value --secret-id "$CANARY_BUILD_S3_DST" --query "SecretString" | cut -f2,3 -d…
36 …etsmanager get-secret-value --secret-id ${CANARY_SERVER_ARN} --query "SecretString" | cut -f2 -d":…
/aosp_15_r20/external/aws-sdk-java-v2/services/secretsmanager/src/main/resources/codegen-resources/
H A Dservice-2.json32 …"documentation":"<p>Retrieves the contents of the encrypted fields <code>SecretString</code> or <c…
70SecretString</code> parameter or the <code>SecretBinary</code> parameter, but not both. If you inc…
165 …"documentation":"<p>Retrieves the contents of the encrypted fields <code>SecretString</code> or <c…
235SecretString</code> value or a new <code>SecretBinary</code> value. </p> <p>We recommend you avoid…
367SecretString</code> or <code>SecretBinary</code> to create a new secret version, Secrets Manager a…
519SecretString</code> or <code>SecretBinary</code>, then Secrets Manager creates an initial version …
532 …hen pass the contents of the file as a parameter.</p> <p>Either <code>SecretString</code> or <code…
534 "SecretString":{ object
536SecretString</code> or <code>SecretBinary</code> must have a value, but not both.</p> <p>If you cr…
924 …string, then this field is omitted. The secret value appears in <code>SecretString</code> instead.…
[all …]
H A Dexamples-1.json30 "SecretString": "{\"username\":\"david\",\"password\":\"BnQw!XDWgaEeT9XGTT29\"}" string
190 … "SecretString": "{\n \"username\":\"david\",\n \"password\":\"BnQw&XDWgaEeT9XGTT29\"\n}\n", string
315 "SecretString": "{\"username\":\"david\",\"password\":\"BnQw!XDWgaEeT9XGTT29\"}" string
489 "SecretString": "{JSON STRING WITH CREDENTIALS}" string
502 …ample shows how to create a new version of the secret by updating the SecretString field. Alternat…
/aosp_15_r20/external/aws-sdk-java-v2/services/marketplacedeployment/src/main/resources/codegen-resources/
H A Dservice-2.json144 "secretString"
151 "secretString":{ object
152 "shape":"SecretString",
156 …umentation":"<p>The shape containing the requested deployment parameter name and secretString.</p>"
298 "SecretString":{ object
/aosp_15_r20/external/aws-crt-java/utils/
H A Dmqtt5_test_setup.sh64 …alue --secret-id "${AWS_TEST_MQTT5_CERTIFICATE_FILE_SECRET}" --query "SecretString" --region ${reg…
65 …secret-value --secret-id "${AWS_TEST_MQTT5_KEY_FILE_SECRET}" --query "SecretString" --region ${reg…
101 … --secret-id "${AWS_TEST_MQTT5_IOT_CERTIFICATE_PATH_SECRET}" --query "SecretString" --region ${reg…
102 …et-value --secret-id "${AWS_TEST_MQTT5_IOT_KEY_PATH_SECRET}" --query "SecretString" --region ${reg…
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Drelease-to-maven.yml25 …retsmanager get-secret-value --secret-id $SONATYPE_PASSWORD_ARN --query SecretString --output text`
26 …nager get-secret-value --secret-id $SDK_SIGNING_GPG_KEYNAME_ARN --query SecretString --output text`
27 …er get-secret-value --secret-id $SDK_SIGNING_GPG_PASSPHRASE_ARN --query SecretString --output text`
/aosp_15_r20/external/aws-crt-java/src/test/android/testapp/src/main/assets/
H A Dandroid_file_creation.py36 if 'SecretString' in secret_value_response:
37 saveStringToFile(secret_value_response['SecretString'], fileName)
39 print("SecretString not found in response")
/aosp_15_r20/external/aws-crt-java/codebuild/cd/
H A Dpromote-release.yml23 …- export GPG_PASSPHRASE=$(aws --query "SecretString" secretsmanager get-secret-value --secret-id a…
26 …- export ST_PASSWORD=$(aws --query "SecretString" secretsmanager get-secret-value --secret-id Sona…
H A Ddeploy-snapshot.yml42 …- export GPG_PASSPHRASE=$(aws --query "SecretString" secretsmanager get-secret-value --secret-id a…
43 …- export ST_PASSWORD=$(aws --query "SecretString" secretsmanager get-secret-value --secret-id Sona…
/aosp_15_r20/external/aws-crt-java/.github/workflows/
H A Dci.yml250 …ue --region us-east-1 --secret-id "ci/DeviceFarm/ProjectArn" --query "SecretString" | cut -f5 -d\"…
251 …--region us-east-1 --secret-id "ci/DeviceFarm/DevicePoolArn" --query "SecretString" | cut -f5 -d\"…
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pdb/
H A DPersistentDataBlockService.java958 String secretString = getNextArg();
959 if (!secretString.equals("default")) {
960 secret = hashSecretString(secretString);
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.20.x/
H A D2.20.22.json9 …"description": "The type definitions of SecretString and SecretBinary now have a minimum length of…
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.4.x/
H A D2.4.10.json13 …"description": "This release increases the maximum allowed size of SecretString or SecretBinary fr…
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.7.x/
H A D2.7.10.json8 …"description": "This release increases the maximum allowed size of SecretString or SecretBinary fr…
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.10.x/
H A D2.10.72.json8 …"description": "This release increases the maximum allowed size of SecretString or SecretBinary fr…
/aosp_15_r20/external/aws-sdk-java-v2/services/databasemigration/src/main/resources/codegen-resources/
H A Dservice-2.json2118 "shape":"SecretString",
4678 "shape":"SecretString",
5327 "shape":"SecretString",
5365 "shape":"SecretString",
5428 "shape":"SecretString",
5712 "shape":"SecretString",
5724 "shape":"SecretString",
5916 "shape":"SecretString",
6144 "shape":"SecretString",
6652 "shape":"SecretString",
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/
H A D2.4.x-CHANGELOG.md180 …- This release increases the maximum allowed size of SecretString or SecretBinary from 4KB to 7KB …
H A D2.7.x-CHANGELOG.md383 …- This release increases the maximum allowed size of SecretString or SecretBinary from 7KB to 10KB…
H A D2.10.x-CHANGELOG.md336 …- This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64K…
H A D2.20.x-CHANGELOG.md4196 …- The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the mode…
/aosp_15_r20/external/aws-sdk-java-v2/services/mediatailor/src/main/resources/codegen-resources/
H A Dservice-2.json3110 …Secret-request-SecretString.html\">SecretString</a> key associated with the access token. MediaTai…
/aosp_15_r20/prebuilts/misc/common/nimbus-jose-jwt/
HDnimbus-jose-jwt-4.33.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/nimbusds/ com/ ...
/aosp_15_r20/external/aws-sdk-java-v2/services/securityhub/src/main/resources/codegen-resources/
H A Dservice-2.json13652 …<p>The ARN, Key ID, or alias of the KMS key used to encrypt the <code>SecretString</code> or <code…
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar22META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12