Skip to content

Fix support for OCI defined tags annotation in app.yaml #728

Description

@sbisogno-abs

The oracle.com/oci/definedTags annotation is defined in YAML application file app.yaml but it's not actually supported.

Annotation definition for defined tags comes from fn_go project and it's supposed to be a map of maps of strings; therefore, annotation structure is supposed to look like this:

...
annotations:
  oracle.com/oci/definedTags:
    <namespace1>:
      <tag-name-1>: <tag-value-1>
    <namespace2>:
      <tag-name-2>: <tag-value-2>

Despite defining the required structure, fn command line tool returns the generic error 'invalid defined tags annotation'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions