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

Groundwork for secrets #64

Merged
merged 14 commits into from
Dec 6, 2023
Merged

Groundwork for secrets #64

merged 14 commits into from
Dec 6, 2023

Conversation

prom3theu5
Copy link
Owner

  • Adds the ground work for secret providers. Will be Implemented this week.

  • Restructures the solution, and introduces contract interfaces which state must implement so we can ensure options are tracked in state

  • Makes container registry optional. This will allow docker image store to be used when working locally, and means you can completely skip the init command.
    As part of this - i've had to introduce a prompt for imagePullPolicy which will be used in the manifests. If you are working with local docker image store, I advise you to choose 'IfNotPresent'

prom3theu5 and others added 14 commits December 2, 2023 17:37
…out to be created, then construct the SP

Also move the CommandSupport from shared into its own library - shared is getting too crowded
Going to allow to move configuration down a level, and handle merging of commandline arguments with state. Contemplating using IConfiguration to load state and encrypted secrets on command execution, just before serviceProvider is built
…n swap out aspirate configuration now for the state, and persist it to file.
night off tonight, and lots of company work tomorrow so prob 2 days till I can touch on it
@prom3theu5 prom3theu5 merged commit 7cb30a6 into main Dec 6, 2023
1 check passed
@prom3theu5 prom3theu5 deleted the inputhandling branch December 6, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant