-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for dataclass annotations on routes created with kube api #118
Comments
Similar to how #112 worked, have a custom annotation that will specify the desired DataClass:
With valid values: The |
Requirements
Implementation
Tests
|
There is actually no need for This is potentially a need for
@ikethecoder, we'll be able to support this? |
I would say we still allow If |
Docs read to me like
|
Ok.. yes we support vanity domain and TLS certs for all the data classes so no issue there. |
Manual validation in dev:
To fix:
To validate:
|
@ikethecoder hit a roadblock here - Possible solutions I can imagine:
Or can you think of a simpler solution to support syncing data classes in gwa-scheduler? |
lol after adding this I realized it doesn't even matter... gold wont be using data class so as long as there aren't errors really it's fine. |
The
kube-api
is responsible for any custom provisioning based on the infrastructure that Kong data planes are deployed to. For BC Government Emerald Openshift cluster, there is a requirement to annotation the DataClass based on the sensitivity of the data being passed through the endpoint.This ticket is the work on the
kube-api
to provide a way of specifying a DataClass on a Kong Route and then have the appropriate annotation be applied on theRoute
resource in Openshift.The text was updated successfully, but these errors were encountered: