Skip to content

Commit

Permalink
Merge pull request #2 from strongdm/development
Browse files Browse the repository at this point in the history
driver/k8s: generate SDK to add role ARN field
  • Loading branch information
AlexOkafor authored Apr 1, 2020
2 parents 42a3cf8 + 4b133ae commit 98fe72f
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 200 deletions.
8 changes: 4 additions & 4 deletions example/listUsers/listUsers.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Copyright 2020 StrongDM Inc
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package main

import (
Expand Down
8 changes: 4 additions & 4 deletions example/okta-sync/main.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Copyright 2020 StrongDM Inc
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package main

import (
Expand Down
8 changes: 4 additions & 4 deletions example/panicButton/panicButton.go
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
// Copyright 2020 StrongDM Inc
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
package main

import (
Expand Down
Loading

0 comments on commit 98fe72f

Please sign in to comment.