hashicorp / hashicorp/packer-plugin-oracle

Add option for disable legacy imds endpoints - security issue

Open
#69 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.