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

V24.12 #30

Merged
merged 14 commits into from
Dec 20, 2024
Merged
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
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project
##############################################################################

# Our build image is based on the RedHat Universal Base Image (ubi)
Expand All @@ -23,5 +23,5 @@ LABEL maintainer="[email protected]" \
product="IBM Security Verify Access" \
documentation="https://www.ibm.com/docs/en/sva/latest?topic=web-webseal-overview" \
product_information="https://www.ibm.com/au-en/products/verify-access" \
copyright="Copyright contributors to the IBM Security Verify Access Operator project"
copyright="Copyright contributors to the IBM Verify Identity Access Operator project"

2 changes: 1 addition & 1 deletion build/operator_build.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

"""
Copyright contributors to the IBM Security Verify Access Operator project
Copyright contributors to the IBM Verify Identity Access Operator project

This script is designed to handle the management of the Verify Access operator
docker build image and containers. The usage option can be used to provide
Expand Down
2 changes: 1 addition & 1 deletion build/root/sbin/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

##############################################################################
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project
##############################################################################

# Set up the build area, symbolically linking files from our workspace.
Expand Down
2 changes: 1 addition & 1 deletion build/root/sbin/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

##############################################################################
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project
##############################################################################

set -e
Expand Down
2 changes: 1 addition & 1 deletion src/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore all files which are not go type
Expand Down
2 changes: 1 addition & 1 deletion src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# Binaries for programs and plugins
*.exe
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# Build the manager binary
FROM golang:1.22 AS builder
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# VERSION defines the project version for the bundle.
# Update this value when you upgrade the version of your project.
Expand Down
2 changes: 1 addition & 1 deletion src/PROJECT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

domain: ibmcom
layout:
Expand Down
2 changes: 1 addition & 1 deletion src/api/v1/groupversion_info.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

// Package v1 contains API Schema definitions for the ibm v1 API group
Expand Down
6 changes: 3 additions & 3 deletions src/api/v1/ibmsecurityverifyaccess_types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package v1
Expand Down Expand Up @@ -175,7 +175,7 @@ type IBMSecurityVerifyAccessSpec struct {
SnapshotSecrets string `json:"snapshotSecrets"`

//+kubebuilder:default=operator
// SnapshotTLSCacert is a string which defines how the Verify Access runtime containers
// SnapshotTLSCacert is a string which defines how the Verify Identity Access runtime containers
// verify connections to the snapshot management service. This option is the equivalent
// of setting the CONFIG_SERVICE_TLS_CACERT environment property. The default option for this
// property is to read the X509 certificate for the Operator's snapshot management service
Expand All @@ -192,7 +192,7 @@ type IBMSecurityVerifyAccessSpec struct {
// +optional
Fixpacks []string `json:"fixpacks,omitempty"`

// Instance is the name of the Verify Access instance which is being
// Instance is the name of the Verify Identity Access instance which is being
// started. This value is only used for WRP and DSC deployments and is
// ignored for Runtime deployments.
// Defaults to 'default'.
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion src/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
Expand Down
2 changes: 1 addition & 1 deletion src/config/crd/kustomizeconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# This file is for teaching kustomize how to substitute name and namespace reference in CRD
nameReference:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# The following patch adds a directive for certmanager to inject CA into the CRD
apiVersion: apiextensions.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# The following patch enables a conversion webhook for the CRD
apiVersion: apiextensions.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion src/config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# Adds namespace to all resources.
namespace: verify-access-operator-system
Expand Down
2 changes: 1 addition & 1 deletion src/config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# This patch inject a sidecar container which is a HTTP proxy for the
# controller manager, it performs RBAC authorization against the Kubernetes API using SubjectAccessReviews.
Expand Down
2 changes: 1 addition & 1 deletion src/config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion src/config/manager/controller_manager_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
Expand Down
2 changes: 1 addition & 1 deletion src/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

resources:
- manager.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/config/manager/manager.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: v1
kind: Namespace
Expand Down
2 changes: 1 addition & 1 deletion src/config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# These resources constitute the fully configured set of manifests
# used to generate the 'manifests/' directory in a bundle.
Expand Down
2 changes: 1 addition & 1 deletion src/config/prometheus/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

resources:
- monitor.yaml
2 changes: 1 addition & 1 deletion src/config/prometheus/monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# Prometheus Monitor Service (Metrics)
apiVersion: monitoring.coreos.com/v1
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/auth_proxy_client_clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/auth_proxy_role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/auth_proxy_role_binding.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/auth_proxy_service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: v1
kind: Service
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/ibmsecurityverifyaccess_editor_role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# permissions for end users to edit ibmsecurityverifyaccesses.
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/ibmsecurityverifyaccess_viewer_role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# permissions for end users to view ibmsecurityverifyaccesses.
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

resources:
# All RBAC will be applied under this service account in
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/leader_election_role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

# permissions to do leader election.
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/leader_election_role_binding.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/role_binding.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
2 changes: 1 addition & 1 deletion src/config/rbac/service_account.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: v1
kind: ServiceAccount
Expand Down
2 changes: 1 addition & 1 deletion src/config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

## Append samples you want in your CSV to this file as resources ##
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/config/scorecard/bases/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

apiVersion: scorecard.operatorframework.io/v1alpha3
kind: Configuration
Expand Down
2 changes: 1 addition & 1 deletion src/config/scorecard/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

resources:
- bases/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion src/config/scorecard/patches/basic.config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

- op: add
path: /stages/0/tests/-
Expand Down
2 changes: 1 addition & 1 deletion src/config/scorecard/patches/olm.config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright contributors to the IBM Security Verify Access Operator project
# Copyright contributors to the IBM Verify Identity Access Operator project

- op: add
path: /stages/0/tests/-
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright contributors to the IBM Security Verify Access Operator project
// Copyright contributors to the IBM Verify Identity Access Operator project

module github.com/ibm-security/verify-access-operator

Expand Down
2 changes: 1 addition & 1 deletion src/hack/boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

2 changes: 1 addition & 1 deletion src/internal/controller/constants.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package controllers
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package controllers
Expand Down
2 changes: 1 addition & 1 deletion src/internal/controller/snapshotmgr.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package controllers
Expand Down
2 changes: 1 addition & 1 deletion src/internal/controller/suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package controllers
Expand Down
2 changes: 1 addition & 1 deletion src/internal/controller/utils.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright contributors to the IBM Security Verify Access Operator project
* Copyright contributors to the IBM Verify Identity Access Operator project
*/

package controllers
Expand Down
Loading