Home
last modified time | relevance | path

Searched +full:get +full:- +full:secret +full:- +full:value (Results 1 – 25 of 948) sorted by relevance

12345678910>>...38

/external/aws-crt-java/codebuild/
Dcommon-linux.sh3 set -e
5 if test -f "/tmp/setup_proxy_test_env.sh"; then
11 git submodule update --init
13 curl https://www.amazontrust.com/repository/AmazonRootCA1.pem --output /tmp/AmazonRootCA1.pem
14 …ws secretsmanager get-secret-value --secret-id "unit-test/certificate" --query "SecretString" | cu…
15 …ws secretsmanager get-secret-value --secret-id "unit-test/privatekey" --query "SecretString" | cut…
16 …ws secretsmanager get-secret-value --secret-id "ecc-test/certificate" --query "SecretString" | cut…
17 …aws secretsmanager get-secret-value --secret-id "ecc-test/privatekey" --query "SecretString" | cut…
18 …s secretsmanager get-secret-value --secret-id "unit-test/privatekey-p8" --query "SecretString" | c…
19 …DPOINT=$(aws secretsmanager get-secret-value --secret-id "unit-test/endpoint" --query "SecretStrin…
[all …]
Dmqtt5-java-canary-test.yml11 PACKAGE_NAME: 'aws-crt-java'
13 CANARY_BUILD_S3_DST: mqtt5-canary/s3
18 - add-apt-repository ppa:openjdk-r/ppa
19 - add-apt-repository ppa:ubuntu-toolchain-r/test
20 - apt-get update -y
21 - sudo apt-get install cmake -y
22 - git submodule update --init --recursive
24 - sudo apt-get install gcc python3-dev -y -f
25 - sudo apt-get install pip -y -f
26 - python3 -m pip install psutil
[all …]
/external/aws-sdk-java-v2/buildspecs/
Drelease-to-maven.yml6 - pip install awscli --upgrade --user
10 - ROOT=`pwd`
11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml
12 - SETTINGS_XML=release-settings-final.xml
13 - SDK_SIGNING_GPG_SECRING=secring.gpg
14- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
15- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp…
16- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing
17- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2…
21- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive …
[all …]
/external/aws-crt-java/utils/
Dmqtt5_test_setup.sh3 # Get the S3 URL containing all of the MQTT5 testing environment variables passed in to the bash sc…
11 echo "Could not get S3 bucket for environment variables and/or region."
30 unset $(grep -v '^#' ${PWD}/environment_files.txt | xargs | cut -d "=" -f 1)
47 # Get the file from S3
52 echo "Environment variables secret found"
54 echo "Could not get environment variables from secrets!"
60 export $(grep -v '^#' environment_files.txt | xargs)
62 # CRT/non-builder certificate and key processing
63 # Get the certificate and key secrets (dumps straight to a file)
64get-secret-value --secret-id "${AWS_TEST_MQTT5_CERTIFICATE_FILE_SECRET}" --query "SecretString" --
[all …]
/external/python/google-api-python-client/docs/dyn/
Danalyticsadmin_v1alpha.properties.androidAppDataStreams.measurementProtocolSecrets.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Danalyticsadmin_v1alpha.properties.iosAppDataStreams.measurementProtocolSecrets.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Danalyticsadmin_v1alpha.properties.webDataStreams.measurementProtocolSecrets.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudbuild_v1.projects.githubEnterpriseConfigs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dapigee_v1.organizations.developers.apps.keys.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/rust/crates/configparser/tests/
Dtest.rs6 fn non_cs() -> Result<(), Box<dyn Error>> { in non_cs()
13 KFC = the secret herb is orega- in non_cs()
14 colon:value after colon in non_cs()
17 Password=[in-brackets] in non_cs()
25 Int = -31415 in non_cs()
33 config.get("DEFAULT", "defaultvalues").unwrap(), in non_cs()
38 config.get("DEFAULT", "defaultvalues").unwrap(), in non_cs()
48 assert_eq!(config.get("DEFAULT", "defaultvalues"), None); in non_cs()
50 config.get("topsecret", "KFC").unwrap(), in non_cs()
51 "the secret herb is orega-" in non_cs()
[all …]
/external/google-cloud-java/java-secretmanager/proto-google-cloud-secretmanager-v1/src/main/java/com/google/cloud/secretmanager/v1/
DSecretVersionName.java8 * https://www.apache.org/licenses/LICENSE-2.0
29 // AUTO-GENERATED DOCUMENTATION AND CLASS.
30 @Generated("by gapic-generator-java")
34 "projects/{project}/secrets/{secret}/versions/{secret_version}");
37 private final String secret; field in SecretVersionName
43 secret = null; in SecretVersionName()
49 secret = Preconditions.checkNotNull(builder.getSecret()); in SecretVersionName()
58 return secret; in getSecret()
73 public static SecretVersionName of(String project, String secret, String secretVersion) { in of() argument
76 .setSecret(secret) in of()
[all …]
DSecretName.java8 * https://www.apache.org/licenses/LICENSE-2.0
29 // AUTO-GENERATED DOCUMENTATION AND CLASS.
30 @Generated("by gapic-generator-java")
33 PathTemplate.createWithoutUrlEncoding("projects/{project}/secrets/{secret}");
36 private final String secret; field in SecretName
41 secret = null; in SecretName()
46 secret = Preconditions.checkNotNull(builder.getSecret()); in SecretName()
54 return secret; in getSecret()
65 public static SecretName of(String project, String secret) { in of() argument
66 return newBuilder().setProject(project).setSecret(secret).build(); in of()
[all …]
DSecret.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * A [Secret][google.cloud.secretmanager.v1.Secret] is a logical secret whose
26 * value and versions can be accessed.
27 * A [Secret][google.cloud.secretmanager.v1.Secret] is made up of zero or more
29 * the secret data.
32 * Protobuf type {@code google.cloud.secretmanager.v1.Secret}
34 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
36 // @@protoc_insertion_point(message_implements:google.cloud.secretmanager.v1.Secret)
39 // Use Secret.newBuilder() to construct.
40 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
[all …]
/external/google-cloud-java/java-secretmanager/proto-google-cloud-secretmanager-v1beta1/src/main/java/com/google/cloud/secretmanager/v1beta1/
DSecretVersionName.java8 * https://www.apache.org/licenses/LICENSE-2.0
29 // AUTO-GENERATED DOCUMENTATION AND CLASS.
30 @Generated("by gapic-generator-java")
34 "projects/{project}/secrets/{secret}/versions/{secret_version}");
37 private final String secret; field in SecretVersionName
43 secret = null; in SecretVersionName()
49 secret = Preconditions.checkNotNull(builder.getSecret()); in SecretVersionName()
58 return secret; in getSecret()
73 public static SecretVersionName of(String project, String secret, String secretVersion) { in of() argument
76 .setSecret(secret) in of()
[all …]
DSecretName.java8 * https://www.apache.org/licenses/LICENSE-2.0
29 // AUTO-GENERATED DOCUMENTATION AND CLASS.
30 @Generated("by gapic-generator-java")
33 PathTemplate.createWithoutUrlEncoding("projects/{project}/secrets/{secret}");
36 private final String secret; field in SecretName
41 secret = null; in SecretName()
46 secret = Preconditions.checkNotNull(builder.getSecret()); in SecretName()
54 return secret; in getSecret()
65 public static SecretName of(String project, String secret) { in of() argument
66 return newBuilder().setProject(project).setSecret(secret).build(); in of()
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dsecretmanager.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
14 "canonicalName": "Secret Manager",
17 "documentationLink": "https://cloud.google.com/secret-manager/",
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
112 "get": { object
[all …]
Dsecretmanager.v1beta1.json5 "https://www.googleapis.com/auth/cloud-platform": {
14 "canonicalName": "Secret Manager",
17 "documentationLink": "https://cloud.google.com/secret-manager/",
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
112 "get": { object
[all …]
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
DWebhookConfig.java8 * https://www.apache.org/licenses/LICENSE-2.0
75 * Enumerates potential issues with the Secret Manager secret provided by the
106 * The secret provided in auth_method has been deleted.
112 UNRECOGNIZED(-1),
139 * The secret provided in auth_method has been deleted.
149 "Can't get the number of an unknown enum value."); in getNumber()
151 return value; in getNumber()
155 * @param value The numeric wire value of the corresponding enum entry.
156 * @return The enum associated with the given numeric wire value.
160 public static State valueOf(int value) { in valueOf() argument
[all …]
DSecrets.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Secrets and secret environment variables.
78 * Secrets in Secret Manager and associated secret environment variable.
91 * Secrets in Secret Manager and associated secret environment variable.
105 * Secrets in Secret Manager and associated secret environment variable.
118 * Secrets in Secret Manager and associated secret environment variable.
125 return secretManager_.get(index); in getSecretManager()
131 * Secrets in Secret Manager and associated secret environment variable.
139 return secretManager_.get(index); in getSecretManagerOrBuilder()
150 * Secrets encrypted with KMS key and the associated secret environment
[all …]
DSecret.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * Pairs a set of secret environment variables containing encrypted
26 * values with the Cloud KMS key to use to decrypt the value.
28 * `kmsKeyName` with `secret`. For instructions see:
29 * https://cloud.google.com/cloud-build/docs/securing-builds/use-encrypted-credentials.
32 * Protobuf type {@code google.devtools.cloudbuild.v1.Secret}
34 public final class Secret extends com.google.protobuf.GeneratedMessageV3 class
36 // @@protoc_insertion_point(message_implements:google.devtools.cloudbuild.v1.Secret)
39 // Use Secret.newBuilder() to construct.
40 private Secret(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Secret() method in Secret
[all …]
/external/tink/cc/util/
Dsecret_data.h7 // http://www.apache.org/licenses/LICENSE-2.0
36 ptr->~T(); // Invoke destructor. Must do this before sanitize. in operator()
43 // Stores secret (sensitive) data and makes sure it's marked as such and
58 // Stores secret (sensitive) object and makes sure it's marked as such and
67 // AES_set_encrypt_key(key_value.data(), key_value.size() * 8, key_.get());
81 using Value = std::unique_ptr<T, internal::SanitizingDeleter<T>>;
84 using pointer = typename Value::pointer;
85 using element_type = typename Value::element_type;
86 using deleter_type = typename Value::deleter_type;
90 pointer get() const { return value_.get(); } in get() function
[all …]
/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
DK8sMinProto.java8 * https://www.apache.org/licenses/LICENSE-2.0
123 + "\002 \001(\010\022\031\n\021startup_cpu_boost\030\003 \001(\010\032-\n\013Limi"
124 + "tsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\""
125 … + "q\n\006EnvVar\022\021\n\004name\030\001 \001(\tB\003\340A\002\022\017\n\005value\030\002 "
130 + "ecretKeySelector\022;\n\006secret\030\001 \001(\tB+\340A\002\372A%"
131 + "\n#secretmanager.googleapis.com/Secret\022@\n"
137 + "(\tB\003\340A\002\0229\n\006secret\030\002 \001(\0132\'.google.cloud.r"
140 + "udSqlInstanceH\000B\r\n\013volume_type\"r\n\022Secret"
141 + "VolumeSource\022\023\n\006secret\030\001 \001(\tB\003\340A\002\0221\n\005ite"
157 + "\002\022\r\n\005value\030\002 \001(\t\"\037\n\017TCPSocketAction\022\014\n\004p"
[all …]
DSecretVolumeSource.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * The secret's value will be presented as the content of a file whose
27 * the file is the secret.
81 * Required. The name of the secret in Cloud Secret Manager.
82 * Format: {secret} if the secret is in the same project.
83 * projects/{project}/secrets/{secret} if the secret is
87 * <code>string secret = 1 [(.google.api.field_behavior) = REQUIRED];</code>
89 * @return The secret.
107 * Required. The name of the secret in Cloud Secret Manager.
108 * Format: {secret} if the secret is in the same project.
[all …]
/external/aws-crt-java/codebuild/cd/
Dpromote-release.yml2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image
8 - sudo add-apt-repository ppa:openjdk-r/ppa
9 - sudo apt-get update -y
10 - sudo apt-get install openjdk-8-jdk-headless maven -y -f
14 - cd $CODEBUILD_SRC_DIR/aws-crt-java
15 - export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
16 - echo PKG_VERSION=$PKG_VERSION
18 - mkdir -p $HOME/.m2
19 - aws s3 cp s3://code-sharing-aws-crt/aws-crt-java.settings.xml $HOME/.m2/settings.xml
21- aws s3 cp s3://code-sharing-aws-crt/aws-sdk-common-runtime.key.asc /tmp/aws-sdk-common-runtime.k…
[all …]
/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/
Doblivious_http_response.cc30 quiche_random->RandBytes(dest, len); in random()
46 // https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-03.html#section-4.2-4
55 "Decapsulation on Client-side."); in CreateClientObliviousResponse()
58 EVP_HPKE_CTX_kem(oblivious_http_request_context.hpke_context_.get())); in CreateClientObliviousResponse()
77 // https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-03.html#section-4.2-2.1 in CreateClientObliviousResponse()
78 size_t secret_len = aead_params_st.value().secret_len; in CreateClientObliviousResponse()
86 // https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-03.html#section-4.2-2.2 in CreateClientObliviousResponse()
96 aead_params_st.value().aead_key_len, in CreateClientObliviousResponse()
97 aead_params_st.value().aead_nonce_len, aead_params_st.value().secret_len); in CreateClientObliviousResponse()
107 // https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-03.html#section-4.2-6 in CreateClientObliviousResponse()
[all …]

12345678910>>...38