-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ft(cyclops-ctrl): cerbos integration for RBAC #359
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add serve command * use k8s api for port forwarding * typo * local port flag * define clientset globally * use kubeconfig and first pod from the list * minor fix * imports * formatting * update cyctl/cmd/serve.go Co-authored-by: Petar Cvitanović <[email protected]> * update cyctl/cmd/serve.go Co-authored-by: Petar Cvitanović <[email protected]> --------- Co-authored-by: Petar Cvitanović <[email protected]>
* Add support for Templates Status Check Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> * Revert "Update TemplateStore.tsx" This reverts commit 37ee0cf. * Revert "Update TemplateStore.tsx" This reverts commit 67342ca. * Resolve conflicts after revert Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> * Add Validate as the column name Signed-off-by: Sheikh-Abubaker <[email protected]> * Fix indentation Signed-off-by: Sheikh-Abubaker <[email protected]> * Fix indentation Signed-off-by: Sheikh-Abubaker <[email protected]> * Update TemplateStore.tsx and styles.module.css Signed-off-by: Sheikh-Abubaker <[email protected]> * Fix indentaion in TemplateStore.tsx Signed-off-by: Sheikh-Abubaker <[email protected]> --------- Signed-off-by: Sheikh-Abubaker <[email protected]>
* fixed isuue-340 : implemented resource deatils for cronjob * fixed isuue-340 : updated job/pods
✉️ newsletter
* initialize cyclops resources with init command * minor changes * revert back to patch * error logging
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.9...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ✉️ subscribe button flex wrap * getting verified * ✉️ subscribe button flex wrap
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@6.2.2...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
closing this PR, created from wrong base branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #48
📑 Description
username
andpassword
based login:currently the way of creating a user is
the query will be based on the labels
app.kubernetes.io/name: siddhant
same as theusername
Further required enhancement
✅ Checks
ℹ Additional context