You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, HumioIngestToken Spec allows specifying a TokenSecretLabels map which will add the given labels to the kubernetes secret created by ingest token controller.
Additionally it makes sense to add TokenSecretAnnotations to be able to add annotations to the secret. This way we can include additional information like humio repo name, cluster details etc. to the secret. This allows the users to build automation around this to push the secrets to vault, for example.
The text was updated successfully, but these errors were encountered:
Currently,
HumioIngestToken
Spec allows specifying aTokenSecretLabels
map which will add the given labels to the kubernetes secret created by ingest token controller.Additionally it makes sense to add
TokenSecretAnnotations
to be able to add annotations to the secret. This way we can include additional information like humio repo name, cluster details etc. to the secret. This allows the users to build automation around this to push the secrets to vault, for example.The text was updated successfully, but these errors were encountered: