-
Notifications
You must be signed in to change notification settings - Fork 3
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
Establish production environment #845
Labels
waiting
Waiting for other tasks to complete or blocked by other factors
Comments
arealmaas
added
the
waiting
Waiting for other tasks to complete or blocked by other factors
label
Jun 13, 2024
Blocked by Altinn/altinn-platform#821 |
This was referenced Aug 15, 2024
arealmaas
added a commit
that referenced
this issue
Aug 15, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Related Issue(s) - #845 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
This was referenced Aug 15, 2024
arealmaas
added a commit
that referenced
this issue
Aug 19, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description Will run a dry-run of the deployment to both infra and apps on a new release. Will have to be reviewed manually before deployment happens. We now have a full workflow for deployment to production. Some time in the not so very near future, I think it would be wise to split up the dry-run part and the deployment itself. As right now it would require a review from any of us to even start the dry-run, which should happen automatically on every release. <!--- Describe your changes in detail --> ## Related Issue(s) - #845 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
arealmaas
added a commit
that referenced
this issue
Aug 19, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description Added missing configuration files for production environment. <!--- Describe your changes in detail --> ## Related Issue(s) - #845 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
4 tasks
arealmaas
added a commit
that referenced
this issue
Aug 21, 2024
<!--- Provide a general summary of your changes in the Title above --> ## Description Adding the IP for the APIM in production as IP-restriction for the apps. <!--- Describe your changes in detail --> ## Related Issue(s) - #845 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduction
Need to start the process to create a production environment
Description
Working on establishing the rest of the staging environment for Arbeidsflate and minor upgrades. At the same time we need to start working to establish the production environment as well.
This will require new users and setting this up in gh actions for automatic/manual deployment.
Implementation
Tasks
Threat modelling
Acceptance criteria
GIVEN ...
WHEN ....
THEN ...
GIVEN ...
WHEN ....
THEN ...
The text was updated successfully, but these errors were encountered: