Based on other cloud providers and the referenced todo in the code, the KeyParser cloudProvider is supposed to be 'aws' no matter what the cloud provider actually is. It is not clear if this is still the case or why.
|
override fun getCloudProvider() = "aws" |
Based on other cloud providers and the referenced todo in the code, the KeyParser cloudProvider is supposed to be 'aws' no matter what the cloud provider actually is. It is not clear if this is still the case or why.
nomadPlugin/nomad-clouddriver/src/main/kotlin/io/armory/plugin/nomad/Keys.kt
Line 14 in 077e94c