Skip to content

DefaultHostURLTemplate should construct URLs with realmDomainComponent #634

Description

@scellef

Hello!

The DefaultHostURLTemplate currently constructs URLs using two parameter sub-domains ahead of the oraclecloud.com domain component. However, numerous Oracle Cloud regions use different domain components, such as:

    {
        "regionKey": "doh",
        "realmKey": "oc21",
        "regionIdentifier": "me-dcc-doha-1",
        "realmDomainComponent": "oraclecloud21.com"
    },

Ideally this or a different variable could be provided that would parameterize the realm domain component so client applications can accommodate all available regions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SDKIssue pertains to the SDK itself and not specific to any service

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions