021-11-13 19:57:12.699 WARN 49429 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reactiveVaultTemplate' defined in class path resource
[org/springframework/cloud/vault/config/VaultReactiveBootstrapConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.springframework.vault.core.ReactiveVaultTemplate]: Factory method 'reactiveVaultTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reactiveVaultSessionManager' defined in class path resource
[org/springframework/cloud/vault/config/VaultReactiveBootstrapConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.springframework.vault.authentication.ReactiveSessionManager]: Factory method 'reactiveVaultSessionManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vaultTokenSupplier' defined in class path resource
[org/springframework/cloud/vault/config/VaultReactiveBootstrapConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate
[org.springframework.vault.authentication.VaultTokenSupplier]: Factory method 'vaultTokenSupplier' threw exception; nested exception is java.lang.IllegalArgumentException: Unknown SecretId configuration: INSTANCE
해당 에러가 발생해서 조치 중