Skip to content

POC - Represent annotations as a JSON object #6950

Open
@shaun-nx

Description

@shaun-nx
  • Can we parse JSON from an annotation
    Example:
"appprotect.f5.com/app_protect_v5": |
    {
       "enable":true,
       "apBundle":"<policy_bundle_name>.tgz",
       "securityLogs":[
          {
             "enable":true,
             "apLogBundle":"<log_bundle_name>.tgz",
             "logDest":"syslog:server=syslog-svc.default:514"
          }
       ]
    }
  • Can to follow the same validation logic that is there for the current appprotect annotations?
  • Can we reject the Ingress resource with an invalid annotation configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalAn issue that proposes a feature requestrefinedIssues that are ready to be prioritized

    Type

    Projects

    Status

    Prioritized backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions