Skip to content

Commit

Permalink
ci: rename variable groups from amido to ensono
Browse files Browse the repository at this point in the history
  • Loading branch information
zecarrera committed Jul 3, 2024
1 parent 23f38e3 commit c004613
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Amido
Copyright (c) 2024 Ensono

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
The full documentation on Amido Stacks can be found [here](https://amido.github.io/stacks/).
The full documentation on Ensono Stacks can be found [here](https://stacks.ensono.com/).

## Using the repository to build the Java Spring Boot Rest API application

### Customised solution

To customise the namespaces and create an application for your company please visit the full [documentation](https://stacks.amido.com/docs/)
To customise the namespaces and create an application for your company please visit the full [documentation](https://stacks.ensono.com/docs)

### Running the application locally

Expand Down Expand Up @@ -61,8 +61,8 @@ If using Auth0 for authorization, Auth0 itself will need to be configured with b
There are corresponding configuration values required for the Stacks application, within the `auth.properties` file, e.g.
```text
auth0.issuer=https://amidostacks.eu.auth0.com/
auth0.apiAudience=https://amidostacks.eu.auth0.com/api/v2/
auth0.issuer=https://ensonostacks.eu.auth0.com/
auth0.apiAudience=https://ensonostacks.eu.auth0.com/api/v2/
```
These parameters are used to verify that the JWT supplied in the Authorization header of a request is valid.
Expand Down
18 changes: 9 additions & 9 deletions build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ stages:
- stage: Build
variables:
# You can find notes in the READMEs around which values to use for each ENV variable group
- group: amido-stacks-infra-credentials-nonprod
- group: ensono-stacks-infra-credentials-nonprod
- group: stacks-credentials-nonprod-kv
- group: amido-stacks-java-api
- group: ensono-stacks-java-api
jobs:
- job: ApiBuild
pool:
Expand Down Expand Up @@ -311,9 +311,9 @@ stages:
dependsOn: Build
condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/master'))
variables:
- group: amido-stacks-infra-credentials-nonprod
- group: ensono-stacks-infra-credentials-nonprod
- group: stacks-credentials-nonprod-kv
- group: amido-stacks-java-api
- group: ensono-stacks-java-api
- name: dns_name
value: "$(Environment.ShortName)-java-api"
- name: core_resource_group
Expand Down Expand Up @@ -534,9 +534,9 @@ stages:
dependsOn: Build
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
variables:
- group: amido-stacks-infra-credentials-prod
- group: ensono-stacks-infra-credentials-prod
- group: stacks-credentials-prod-kv
- group: amido-stacks-java-api
- group: ensono-stacks-java-api
- name: dns_name
value: "$(Environment.ShortName)-java-api"
- name: core_resource_group
Expand Down Expand Up @@ -647,8 +647,8 @@ stages:
vmImage: $(pool_vm_image)
environment: ${{ variables.domain }}-prod
variables:
- group: amido-stacks-infra-credentials-nonprod
- group: amido-stacks-infra-credentials-prod
- group: ensono-stacks-infra-credentials-nonprod
- group: ensono-stacks-infra-credentials-prod
- group: stacks-credentials-prod-kv
- group: stacks-credentials-nonprod-kv
strategy:
Expand Down Expand Up @@ -797,7 +797,7 @@ stages:
- Prod
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['create_release'], 'true'))
variables:
- group: amido-stacks-infra-credentials-nonprod
- group: ensono-stacks-infra-credentials-nonprod
jobs:
- job: CreateGitHubRelease
pool:
Expand Down
2 changes: 1 addition & 1 deletion build/azDevOps/azure/azuredevops-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
- name: region
value: westeurope
- name: company
value: amido
value: ensono
- name: project
value: stacks
- name: domain
Expand Down
6 changes: 3 additions & 3 deletions stackscli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ pipeline:
replacements:
- pattern: ^.*stacks-credentials-nonprod-kv$
value: ""
- pattern: ^.*amido-stacks-infra-credentials-nonprod$
- pattern: ^.*ensono-stacks-infra-credentials-nonprod$
value: ""
- pattern: ^.*amido-stacks-infra-credentials-prod$
- pattern: ^.*ensono-stacks-infra-credentials-prod$
value: ""
- pattern: ^.*stacks-credentials-prod-kv$
value: ""
- pattern: ^.*stacks-credentials-nonprod-kv$
value: ""
- pattern: ^.*amido-stacks-java-api$
- pattern: ^.*ensono-stacks-java-api$
value: ""

# The init stage are things that are required to run before the template is run
Expand Down

0 comments on commit c004613

Please sign in to comment.