Mariusz Sabath
Mariusz Sabath
This is an attempt to convert the CNCF Zero Trust Whitepaper to Markdown format as requested by the community. The original document: https://docs.google.com/document/d/10g2390JdCBXmSmzQ_EGHFWrg2JosPsXLaqXaGQ-B9NA/edit?usp=sharing CNCF issue: https://github.com/cncf/tag-security/issues/950 This is still a...
``` npm notice npm notice New major version of npm available! 9.7.1 -> 10.7.0 npm notice Changelog: npm notice Run `npm install -g [email protected]` to update! npm notice WARN Checking...
Add support for [dexidp.io](http://dexidp.io/) IAM as a lightway alternative to Keycloak. This should be an opportunity to extract common authorization/authentication elements and create product specific plug-ins
Add support for podman in addition to docker
This issue relates to #268 Tornjak Frontend should support appropriate connection HTTP and HTTPS according to what Backend supports. When TLS or mTLS enabled, HTTP should permanently redirect to HTTPS.
Looks to me that once we introduced the pagination, only the first page is used for searching the records. If the searched record is not present on the first page...
http://localhost:3000/agents  helm-charts$k -n spire-server logs spire-tornjak-frontend-6586f59f4c-bjm75 Setting the following environment variables: { REACT_APP_API_SERVER_URI: 'https://localhost:20000/', REACT_APP_SPIRE_HEALTH_CHECK_ENABLE: 'true' } INFO Accepting connections at http://localhost:3000 HTTP 6/9/2023 8:10:33 PM 10.244.0.1 GET /tornjak/serverinfo...
Since we are running tornjak in a separate container than SPIRE, we should probably rename the current directory from `/opt/spire` to `/opt/tornjak`
We removed the builds in #197 . They need to be brought back
When Tornjak socket is incorrectly specified, the UI does not show any useful message. For example when selecting Agent List panel, the backend calls are made as follow: ``` Request...