Skip to content

Commit c004613

Browse files
committed
ci: rename variable groups from amido to ensono
1 parent 23f38e3 commit c004613

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Amido
3+
Copyright (c) 2024 Ensono
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
The full documentation on Amido Stacks can be found [here](https://amido.github.io/stacks/).
1+
The full documentation on Ensono Stacks can be found [here](https://stacks.ensono.com/).
22

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

55
### Customised solution
66

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

99
### Running the application locally
1010

@@ -61,8 +61,8 @@ If using Auth0 for authorization, Auth0 itself will need to be configured with b
6161
There are corresponding configuration values required for the Stacks application, within the `auth.properties` file, e.g.
6262
6363
```text
64-
auth0.issuer=https://amidostacks.eu.auth0.com/
65-
auth0.apiAudience=https://amidostacks.eu.auth0.com/api/v2/
64+
auth0.issuer=https://ensonostacks.eu.auth0.com/
65+
auth0.apiAudience=https://ensonostacks.eu.auth0.com/api/v2/
6666
```
6767
6868
These parameters are used to verify that the JWT supplied in the Authorization header of a request is valid.

build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ stages:
178178
- stage: Build
179179
variables:
180180
# You can find notes in the READMEs around which values to use for each ENV variable group
181-
- group: amido-stacks-infra-credentials-nonprod
181+
- group: ensono-stacks-infra-credentials-nonprod
182182
- group: stacks-credentials-nonprod-kv
183-
- group: amido-stacks-java-api
183+
- group: ensono-stacks-java-api
184184
jobs:
185185
- job: ApiBuild
186186
pool:
@@ -311,9 +311,9 @@ stages:
311311
dependsOn: Build
312312
condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/master'))
313313
variables:
314-
- group: amido-stacks-infra-credentials-nonprod
314+
- group: ensono-stacks-infra-credentials-nonprod
315315
- group: stacks-credentials-nonprod-kv
316-
- group: amido-stacks-java-api
316+
- group: ensono-stacks-java-api
317317
- name: dns_name
318318
value: "$(Environment.ShortName)-java-api"
319319
- name: core_resource_group
@@ -534,9 +534,9 @@ stages:
534534
dependsOn: Build
535535
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
536536
variables:
537-
- group: amido-stacks-infra-credentials-prod
537+
- group: ensono-stacks-infra-credentials-prod
538538
- group: stacks-credentials-prod-kv
539-
- group: amido-stacks-java-api
539+
- group: ensono-stacks-java-api
540540
- name: dns_name
541541
value: "$(Environment.ShortName)-java-api"
542542
- name: core_resource_group
@@ -647,8 +647,8 @@ stages:
647647
vmImage: $(pool_vm_image)
648648
environment: ${{ variables.domain }}-prod
649649
variables:
650-
- group: amido-stacks-infra-credentials-nonprod
651-
- group: amido-stacks-infra-credentials-prod
650+
- group: ensono-stacks-infra-credentials-nonprod
651+
- group: ensono-stacks-infra-credentials-prod
652652
- group: stacks-credentials-prod-kv
653653
- group: stacks-credentials-nonprod-kv
654654
strategy:
@@ -797,7 +797,7 @@ stages:
797797
- Prod
798798
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['create_release'], 'true'))
799799
variables:
800-
- group: amido-stacks-infra-credentials-nonprod
800+
- group: ensono-stacks-infra-credentials-nonprod
801801
jobs:
802802
- job: CreateGitHubRelease
803803
pool:

build/azDevOps/azure/azuredevops-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
- name: region
33
value: westeurope
44
- name: company
5-
value: amido
5+
value: ensono
66
- name: project
77
value: stacks
88
- name: domain

stackscli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ pipeline:
1717
replacements:
1818
- pattern: ^.*stacks-credentials-nonprod-kv$
1919
value: ""
20-
- pattern: ^.*amido-stacks-infra-credentials-nonprod$
20+
- pattern: ^.*ensono-stacks-infra-credentials-nonprod$
2121
value: ""
22-
- pattern: ^.*amido-stacks-infra-credentials-prod$
22+
- pattern: ^.*ensono-stacks-infra-credentials-prod$
2323
value: ""
2424
- pattern: ^.*stacks-credentials-prod-kv$
2525
value: ""
2626
- pattern: ^.*stacks-credentials-nonprod-kv$
2727
value: ""
28-
- pattern: ^.*amido-stacks-java-api$
28+
- pattern: ^.*ensono-stacks-java-api$
2929
value: ""
3030

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

0 commit comments

Comments
 (0)