Skip to content

Commit 2f14c5d

Browse files
author
GitLab Runner
committed
Release v.1.0.0
0 parents  commit 2f14c5d

File tree

5,039 files changed

+1141061
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,039 files changed

+1141061
-0
lines changed

.copywrite.hcl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
schema_version = 1
2+
3+
project {
4+
license = "MPL-2.0"
5+
copyright_year = 2015
6+
7+
# (OPTIONAL) A list of globs that should not have copyright/license headers.
8+
# Supports doublestar glob patterns for more flexibility in defining which
9+
# files or folders should be ignored
10+
header_ignore = [
11+
"builtin/credential/aws/pkcs7/**",
12+
"ui/node_modules/**",
13+
"enos/modules/k8s_deploy_vault/raft-config.hcl",
14+
"plugins/database/postgresql/scram/**"
15+
]
16+
}

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
vendor/* linguist-vendored
2+
website/* linguist-documentation
3+
4+
/packagespec.mk linguist-generated
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] "
5+
labels: ''
6+
assignees: Peter-FNet
7+
8+
---
9+
10+
<!-- Please reserve GitHub issues only for the Securosys HSM REST integration.
11+
12+
- OpenBao specific issues shall be placed on the [openbao project](https://github.com/openbao/issues).
13+
14+
- For OpenBao specific questions, the best place to get answers is on the [discussion forum](https://discuss.hashicorp.com/c/vault), as they will get more visibility from experienced users than the issue tracker.
15+
16+
- REST/TSB or HSM questions, issues, and feature requests shall be handled via the [Securosys Support Portal](https://support.securosys.com).
17+
-->
18+
19+
**Describe the bug**
20+
A clear and concise description of what the bug is.
21+
22+
**To Reproduce**
23+
Steps to reproduce the behavior:
24+
1. Run `bao write ...`
25+
2. Run `bao login....`
26+
3. See error
27+
28+
**Expected behavior**
29+
A clear and concise description of what you expected to happen.
30+
31+
**Screenshots**
32+
If applicable, add screenshots to help explain your problem.
33+
34+
**Environment:**
35+
* OpenBao Server Version (retrieve with `bao status`):
36+
* OpenBao CLI Version (retrieve with `bao version`):
37+
* Server Operating System/Architecture:
38+
39+
OpenBao server configuration file(s):
40+
41+
```hcl
42+
# Paste your OpenBao config here.
43+
# Be sure to scrub any sensitive values
44+
```
45+
46+
**Additional context**
47+
Add any other context about the problem here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE] "
5+
labels: ''
6+
assignees: Peter-FNet
7+
8+
---
9+
10+
<!-- Please reserve GitHub feature requests only for the Securosys HSM REST integration.
11+
12+
- OpenBao specific issues shall be placed on the [vault project](https://github.com/hashicorp/vault/issues).
13+
14+
- For OpenBao specific questions, the best place to get answers is on the [discussion forum](https://discuss.hashicorp.com/c/vault), as they will get more visibility from experienced users than the issue tracker.
15+
16+
- REST/TSB or HSM feature requests shall be handled via the [Securosys Support Portal](https://support.securosys.com).
17+
18+
-->
19+
20+
**Is your feature request related to a problem? Please describe.**
21+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
22+
23+
**Describe the solution you'd like**
24+
A clear and concise description of what you want to happen.
25+
26+
**Describe alternatives you've considered**
27+
A clear and concise description of any alternative solutions or features you've considered.
28+
29+
**Additional context**
30+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2+
*.o
3+
*.a
4+
*.so
5+
6+
# Folders
7+
_obj
8+
_test
9+
.cover
10+
11+
# Architecture specific extensions/prefixes
12+
*.[568vq]
13+
[568vq].out
14+
15+
*.cgo1.go
16+
*.cgo2.c
17+
_cgo_defun.c
18+
_cgo_gotypes.go
19+
_cgo_export.*
20+
21+
_testmain.go
22+
23+
*.exe
24+
*.test
25+
*.prof
26+
27+
# Other dirs
28+
/bin/
29+
/pkg/
30+
31+
# Generated Web UI goes here
32+
# /http/web_ui/*.*
33+
# /http/web_ui/**/*.*
34+
35+
# OpenBao-specific
36+
example.hcl
37+
example.vault.d
38+
example.openbao.d
39+
40+
# Without this, the *.[568vq] above ignores this folder.
41+
!**/graphrbac/1.6
42+
43+
# Ruby
44+
website/vendor
45+
website/.bundle
46+
website/build
47+
website/tmp
48+
49+
# Vagrant
50+
.vagrant/
51+
Vagrantfile
52+
53+
# Configs
54+
# *.hcl
55+
!.copywrite.hcl
56+
!.release/ci.hcl
57+
!.release/security-scan.hcl
58+
!.release/linux/package/etc/vault.d/vault.hcl
59+
!command/agent/config/test-fixtures/*.hcl
60+
!command/server/test-fixtures/**/*.hcl
61+
!enos/**/*.hcl
62+
63+
# Enos
64+
.enos
65+
enos-local.vars.hcl
66+
enos/**/support
67+
enos/**/kubeconfig
68+
.terraform
69+
.terraform.lock.hcl
70+
.tfstate.*
71+
72+
.DS_Store
73+
.idea
74+
.vscode
75+
76+
dist/*
77+
78+
# ignore ctags
79+
./tags
80+
81+
# Editor backups
82+
*~
83+
*.sw[a-z]
84+
85+
# IntelliJ IDEA project files
86+
.idea
87+
*.ipr
88+
*.iml
89+
90+
# compiled output
91+
ui/dist
92+
ui/tmp
93+
ui/root
94+
95+
# dependencies
96+
ui/node_modules
97+
ui/bower_components
98+
99+
# misc
100+
ui/.DS_Store
101+
ui/.sass-cache
102+
ui/connect.lock
103+
ui/coverage/*
104+
ui/libpeerconnection.log
105+
ui/npm-debug.log
106+
ui/test-reports/*
107+
ui/testem.log
108+
109+
# used for JS acceptance tests
110+
ui/tests/helpers/vault-keys.js
111+
ui/vault-ui-integration-server.pid
112+
113+
# for building static assets
114+
node_modules
115+
116+
# Website
117+
website/.bundle
118+
website/build/
119+
website/npm-debug.log
120+
website/vendor
121+
website/.bundle
122+
website/.cache
123+
website/assets/node_modules
124+
website/assets/public
125+
website/components/node_modules
126+
127+
.buildcache/
128+
.releaser/
129+
*.log
130+
131+
tools/godoctests/.bin
132+
tools/gonilnilfunctions/.bin
133+
tools/codechecker/.bin
134+
.ci-bootstrap
135+
136+
# OpenAPI
137+
scripts/openapi.json
138+
139+
# auto-generated goreleaser configuration
140+
.goreleaser.yaml
141+
142+
deploy
143+
.gitlab-ci.yml

.go-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.24.0

.yamllint

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
3+
extends: relaxed
4+
5+
rules:
6+
comments: disable
7+
comments-indentation: disable
8+
line-length: disable
9+
commas:
10+
max-spaces-after: -1

0 commit comments

Comments
 (0)