Skip to content
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

revamp initialize module, currenty if permissions are added / modified, redeploying does not consider those #307

Open
niravparikh05 opened this issue Mar 21, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@niravparikh05
Copy link
Contributor

Briefly describe the feature

Current State

  • Initialize module of paralus is used to apply seed data for paralus application during first time installation.

Problem Statement

  • Adding / updating permissions or any changes related to seed data would not be applied during redeploy and initialize fails with below
    resource permissions already exists! cannot invoke initialize again

What problem does this feature solve? Please link any relevant documentation or Issues

  • Redeploying should be able to apply deltas so that user does not have a run any script - mainly for existing paralus users

(optional) What is your current workaround?

  • Run a script provided
@niravparikh05 niravparikh05 added enhancement New feature or request needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 21, 2024
@akshay196 akshay196 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 26, 2024
@akshay196
Copy link
Member

We need to update script that initialize data:
https://github.com/paralus/paralus/blob/main/scripts/initialize/main.go

@akshay196 akshay196 added the help wanted Extra attention is needed label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

2 participants