kubeshark/kubernetes
Serhii Ponomarenko a8dd332ff8
SAML integration prototype (#1475)
* 🔨 Add `AUTH_TYPE` field to `ConfigMap`

* 🔨 Add `AUTH_SAML_IDP_METADATA_URL` field to `ConfigMap`

* 🔨 Add `AUTH_SAML_X509_CRT` field to `Secret`

* 🔨 Add `AUTH_SAML_X509_KEY` field to `Secret`

* 🔨  Mount SAML X.509 key pair into `hub`

* 🔨 Add `REACT_APP_AUTH_TYPE` environment variable to `front`

* 🔧 Add Nginx path rewrite for `/saml`

* 🔧 Raise request size to accept big SAML responses

* 🔨 Add `REACT_APP_AUTH_TYPE` environment default value

* 📝 Update `README.md`

* 📝 Update `README.md`

* 🔨 Add `AUTH_TYPE` config map key

* 🔨 Add `AUTH_SAML_IDP_METADATA_URL` config map key

* ☸ Set `CONFIG_AUTH_TYPE` from `TapConfig`

* ☸ Set `CONFIG_AUTH_SAML_IDP_METADATA_URL` from `TapConfig`

*  Create `SamlConfig` in `TapConfig.AuthConfig`

* 🔨 Use updated `tap.auth.saml.idpMetadataUrl` tap config field

* 📝 Update `README.md`

* 🔨 Add `tap.insgress.enabled/host` to `ConfigMap`

* 🔨 Add `tap.proxy.front.port` to `ConfigMap`

* 🔨 Add `REACT_APP_AUTH_SAML_IDP_METADATA_URL` env to `front`

* 🔧 Supply `auth.saml` fields to `helm-chart/values.yaml`

* 🐛 Fix indentation for X.509 secrets

* 📝 Provide SAML setup docs

* 📝 Update SAML setup docs

* 📝 Update SAML setup docs

* Added callback URL indication

* 💥 Disable standard `Descope` auth

---------

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
2024-01-23 10:47:29 -08:00
..
helm Add KUBESHARK_HELM_CHART_PATH environment variable to set a local path for the Helm chart 2023-07-03 17:15:47 +03:00
config.go SAML integration prototype (#1475) 2024-01-23 10:47:29 -08:00
consts.go In case of tap re-run, update the config and start a proxy 2023-09-25 23:21:38 +03:00
cp.go 🔊 Log the pod name in SPDYExecutor 2023-11-18 03:02:44 +03:00
errors.go Rename deploy command back to tap 2022-12-26 06:16:07 +03:00
eventWatchHelper.go 🔨 Move cli folder contents into project root (#1253) 2022-11-26 01:17:50 +03:00
podWatchHelper.go 🔨 Move cli folder contents into project root (#1253) 2022-11-26 01:17:50 +03:00
provider.go 🚀 Change Hub's and Front's resource type from Pod to Deployment (#1412) 2023-08-16 02:35:31 +03:00
proxy.go 🐛 Fix GetHubUrl method 2023-11-01 20:35:19 +03:00
watch.go Add .Send() call to logs without .Msg() call 2022-11-29 03:55:50 +03:00
watchEvent.go 🔨 Move cli folder contents into project root (#1253) 2022-11-26 01:17:50 +03:00