forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Secret handling from kubernetes-config extension
This is done because we don't (yet) have a good way to create the proper ClusterRole (see: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#clusterrole-example) so in any cluster that has RBAC enabled, an application that uses secrets with this extension will fail unless the user performs additional actions
- Loading branch information
Showing
8 changed files
with
2 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
...ig/runtime/src/main/java/io/quarkus/kubernetes/client/runtime/SecretConfigSourceUtil.java
This file was deleted.
Oops, something went wrong.
133 changes: 0 additions & 133 deletions
133
...untime/src/test/java/io/quarkus/kubernetes/client/runtime/SecretConfigSourceUtilTest.java
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
...sts/kubernetes-client/src/main/java/io/quarkus/it/kubernetes/client/SecretProperties.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.