You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: multiapps-controller-core/src/main/java/org/cloudfoundry/multiapps/controller/core/security/encryption/AesEncryptionUtil.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@ public class AesEncryptionUtil {
Copy file name to clipboardExpand all lines: multiapps-controller-core/src/test/java/org/cloudfoundry/multiapps/controller/core/security/encryption/AesEncryptionUtilTest.java
publicstaticfinalStringCOULD_NOT_RETRIEVE_USER_PROVIDED_SERVICE_INSTANCE_ENCRYPTION_RELATED = "Could not retrieve service instance (user provided service instance for encryption/decryption related)!";
86
86
publicstaticfinalStringCOULD_NOT_RETRIEVE_CREDENTIALS_FROM_USER_PROVIDED_SERVICE_INSTANCE_ENCRYPTION_RELATED = "Could not retrieve credentials from service instance (user provided service instance for encryption/decryption related)!";
87
-
publicstaticfinalStringJSON_TRANSFORMATION_FAILED_FOR_VARIABLE_0 = "Secret token JSON transformation failed for variable \"{0}\":";
87
+
publicstaticfinalStringJSON_TRANSFORMATION_FAILED_FOR_VARIABLE_0 = "Secret token JSON transformation failed for variable \"{0}\":\"{1}\"";
88
88
publicstaticfinalStringSECRET_VALUE_NOT_FOUND_FOR_TOKEN_0_PID_1_VARIABLE_2 = "Secret value not found for token \"{0}\" (process instance id=\"{1}\", variable=\"{2}\")";
89
89
publicstaticfinalStringINVALID_ENCRYPTION_KEY_LENGTH = "Length of the encryption key is invalid - it must be 32 characters long!";
90
90
publicstaticfinalStringMISSING_MTA_ID_IN_ENCRYPTION_KEY_RESOLVER = "Missing mtaId in encryption key resolver! Cannot continue from here!";
@@ -801,8 +801,8 @@ public class Messages {
801
801
802
802
publicstaticfinalStringSECURE_EXTENSION_DESCRIPTOR_CONSTRUCTED_AND_APPLIED_FROM_ENVIRONMENT_VARIABLES = "\n\"SECURE EXTENSION DESCRIPTOR CONSTRUCTED AND APPLIED FROM ENVIRONMENT VARIABLES\"";
803
803
publicstaticfinalStringDISPOSABLE_USER_PROVIDED_SERVICE_0_DELETED = "Disposable user-provided service \"{0}\" deleted";
804
-
publicstaticfinalStringUSING_DISPOSABLE_USER_PROVIDED_SERVICE_0_ = "Using disposable user-provided service \"{0}\"";
805
-
publicstaticfinalStringUSING_DEFAULT_USER_PROVIDED_SERVICE_0_ = "Using default user-provided service \"{0}\"";
804
+
publicstaticfinalStringUSING_DISPOSABLE_USER_PROVIDED_SERVICE_0 = "Using disposable user-provided service \"{0}\"";
805
+
publicstaticfinalStringUSING_DEFAULT_USER_PROVIDED_SERVICE_0 = "Using default user-provided service \"{0}\"";
806
806
publicstaticfinalStringTOTAL_SIZE_OF_ALL_RESOLVED_CONTENT_0 = "Total size for all resolved content {0}";
807
807
publicstaticfinalStringSTARTED_SHUTTING_DOWN_APPLICATION_WITH_ID_AND_INDEX = "Started shutting down application with ID: \"{0}\" and index: \"{1}\"";
808
808
publicstaticfinalStringSHUT_DOWN_APPLICATION_WITH_ID_AND_INDEX_FINISHED_SUCCESSFULLY = "Shut down application with ID: \"{0}\" and index: \"{1}\" finished successfully";
Copy file name to clipboardExpand all lines: multiapps-controller-process/src/main/java/org/cloudfoundry/multiapps/controller/process/security/SecretParametersCollector.java
Copy file name to clipboardExpand all lines: multiapps-controller-process/src/main/java/org/cloudfoundry/multiapps/controller/process/security/SecretTokenSerializer.java
0 commit comments