tornjak
tornjak copied to clipboard
Tornjak is a UI and management layer used for brokering human access to one or more SPIRE deployments
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...
Closes #411 This PR creates two new plugin types that separates the authentication and authorization pieces. This deprecates the older `auth` plugin type
This will probably create a major bump from Tornjak 1.x to 2.x Best practices for API design dictate an API should be versioned so as not to break functionality for...
``` 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...
- Adding User management automation supporting various IAM instances using Dex (https://dexidp.io/) - Initial experimentation with Openldap as a connector to Dex - Implemented oidc configuration, signout, signin feature, reading...
We are now able to connect upstream Identity providers and/ or identity brokers that allow users to authenticate to Keycloak. This issue would add documentation for this.
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
Now that we are starting to support OIDC plugin and authorization logic configurability, upon k8s deployment, it is not always the case there is an endpoint exposed for k8s to...
upon temporary disconnect, backend should be able to re-connect with IAM server. Reported behavior states it crashes when the IAM server goes down.