Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/setup-tunnistamo-action
Action to set up tunnistamo for review environments
https://github.com/city-of-helsinki/setup-tunnistamo-action
Last synced: 6 days ago
JSON representation
Action to set up tunnistamo for review environments
- Host: GitHub
- URL: https://github.com/city-of-helsinki/setup-tunnistamo-action
- Owner: City-of-Helsinki
- License: mit
- Created: 2020-12-17T11:02:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T08:20:41.000Z (over 3 years ago)
- Last Synced: 2024-11-18T23:15:51.912Z (2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-tunnistamo-action
Action to set up tunnistamo for review environments
This actions allow to use authentication backend at review environments.
## Configuration
Following input variables are used in the action
| Name | Description |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `kubeconfig_raw` | Kubeconfig as text to allow access to cluster and namespaces (RBAC) having Tunnistamo and review environment. |
| `review_namespace` | Namespace of review environment (used as name of the dynamic client) |
| `tunnistamo_namespace` | Namespace that holds Tunnistamo in same cluster than review app |
| `response_types` | Responses (authentication flow) needed for the client. Note that valid type should be enclosed with double quotes. Multiple values can be given separated with space |
| `callback_path` | Where authentication should return to |
| `login_methods` | Which login methods are offered for the client. Multiple values can be given separated with space |
| `api_scope` | API Scope for client to be bound with |