hashicorp / hashicorp/packer-plugin-oracle
Add option for disable legacy imds endpoints - security issue
Open
enhancement
- Dominant language
- Go
- Stars
- 14
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
#### Description
Possibility / new default for any instance in OCI - imdsv2 only
#### Use Case(s)
As IMDSv1 is unsecure we need to enforce v2 only
#### Potential configuration
```
instance_options {
are_legacy_imds_endpoints_disabled = "true
}
```
GO SDK - core/instance_configuration_instance_options.go
```
...
AreLegacyImdsEndpointsDisabled *bool `mandatory:"false" json:"areLegacyImdsEndpointsDisabled"`
...
```
Contributor guide
Assessment
This issue has not been assessed yet.