Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright IBM Corp. 2022, 2024
Copyright IBM Corp. 2022, 2026

Mozilla Public License Version 2.0
==================================
Expand Down
2 changes: 1 addition & 1 deletion quick-start/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion sample-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

FROM maven:3.8.4-openjdk-17 as build
Expand Down
2 changes: 1 addition & 1 deletion sample-app/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

version: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion sample-app/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/database/1-schema.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright IBM Corp. 2022, 2024
-- Copyright IBM Corp. 2022, 2026
-- SPDX-License-Identifier: MPL-2.0

CREATE TABLE IF NOT EXISTS products (
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/database/2-data.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright IBM Corp. 2022, 2024
-- Copyright IBM Corp. 2022, 2026
-- SPDX-License-Identifier: MPL-2.0

INSERT INTO products (name)
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/database/3-roles.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright IBM Corp. 2022, 2024
-- Copyright IBM Corp. 2022, 2026
-- SPDX-License-Identifier: MPL-2.0

CREATE ROLE vault_db_user LOGIN SUPERUSER PASSWORD 'vault_db_password';
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/trusted-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

FROM alpine:latest
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/trusted-orchestrator/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/vault-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

FROM vault:1.9.1
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/vault-server/dev-policy.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

# This section grants access to "kv-v2/data/api-key"
Expand Down
2 changes: 1 addition & 1 deletion sample-app/setup/vault-server/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

# Grant 'update' permission on the 'auth/approle/role/<role_name>/secret-id' path for generating a secret id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion sample-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2022, 2024
# Copyright IBM Corp. 2022, 2026
# SPDX-License-Identifier: MPL-2.0

spring:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright IBM Corp. 2022, 2024
* Copyright IBM Corp. 2022, 2026
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Loading